Bug.
This commit is contained in:
parent
323a167cc3
commit
db096181db
1 changed files with 8 additions and 8 deletions
|
@ -48,15 +48,15 @@
|
|||
/def -p2 -mregexp -t'twoj ekwipunek jest niemilosiernie ciezki' load5 = /set show_load=$[decode_attr("5", {zc_crit})]
|
||||
/def -p2 -mregexp -t'twoj ekwipunek prawie przygniata cie do ziemi' load6 = /set show_load=$[decode_attr("6", {zc_crit})]
|
||||
|
||||
/def -p2 -mregexp -t'jestes bardzo glodny.$' hunger0 = /set show_hunger=$[decode_attr("-2", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes glodny.$' hunger1 = /set show_hunger=$[decode_attr("-1", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'jestes najedzony.$' hunger2 = /set show_hunger=$[decode_attr("+1", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes bardzo najedzony.$' hunger3 = /set show_hunger=$[decode_attr("+2", {zc_main})]
|
||||
/def -Fp2 -mregexp -t'jestes bardzo glodn..$' hunger0 = /set show_hunger=$[decode_attr("-2", {zc_crit})]
|
||||
/def -Fp2 -mregexp -t'jestes glodn..$' hunger1 = /set show_hunger=$[decode_attr("-1", {zc_alarm})]
|
||||
/def -Fp2 -mregexp -t'jestes najedzon..$' hunger2 = /set show_hunger=$[decode_attr("+1", {zc_main})]
|
||||
/def -Fp2 -mregexp -t'jestes bardzo najedzon..$' hunger3 = /set show_hunger=$[decode_attr("+2", {zc_main})]
|
||||
|
||||
/def -p2 -mregexp -t'chce ci sie bardzo pic' thirst0 = /set show_thirst=$[decode_attr("3", {zc_crit})]
|
||||
/def -p2 -mregexp -t'(Czujesz, ze chce|Chce) ci sie pic' thirst1 = /set show_thirst=$[decode_attr("2", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'troche chce ci sie pic' thirst2 = /set show_thirst=$[decode_attr("1", {zc_main})]
|
||||
/def -p2 -mregexp -t'nie chce ci sie pic' thirst3 = /set show_thirst=$[decode_attr("0", {zc_main})]
|
||||
/def -Fp2 -mregexp -t'chce ci sie bardzo pic' thirst0 = /set show_thirst=$[decode_attr("3", {zc_crit})]
|
||||
/def -Fp2 -mregexp -t'(Czujesz, ze chce|Chce) ci sie pic' thirst1 = /set show_thirst=$[decode_attr("2", {zc_alarm})]
|
||||
/def -Fp2 -mregexp -t'troche chce ci sie pic' thirst2 = /set show_thirst=$[decode_attr("1", {zc_main})]
|
||||
/def -Fp2 -mregexp -t'nie chce ci sie pic' thirst3 = /set show_thirst=$[decode_attr("0", {zc_main})]
|
||||
|
||||
/def -p2 -mregexp -t'masz potwornego kaca' drunk00 = /set show_drunk=$[decode_attr("-6", {zc_crit})]
|
||||
/def -p2 -mregexp -t'masz straszliwego kaca' drunk01 = /set show_drunk=$[decode_attr("-5", {zc_crit})]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue