Bug.
This commit is contained in:
parent
d6929595ae
commit
5524eb3927
1 changed files with 11 additions and 11 deletions
|
@ -64,17 +64,17 @@
|
|||
/def -p2 -mregexp -t'masz drazniacego kaca' drunk03 = /set show_drunk=$[decode_attr("-3", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'masz niemilego kaca' drunk04 = /set show_drunk=$[decode_attr("-2", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'masz lekkiego kaca' drunk05 = /set show_drunk=$[decode_attr("-1", {zc_main})]
|
||||
/def -p2 -mregexp -t'(Bol glowy przechodzi.$|Jestes trzezwy.$)' drunk06 = /set show_drunk=$[decode_attr("0", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes podchmielony' drunk07 = /set show_drunk=$[decode_attr("+1", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes lekko podpity' drunk08 = /set show_drunk=$[decode_attr("+2", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes podpity' drunk09 = /set show_drunk=$[decode_attr("+3", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'jestes wstawiony' drunk10 = /set show_drunk=$[decode_attr("+4", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'jestes mocno wstawiony' drunk11 = /set show_drunk=$[decode_attr("+5", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'jestes pijany' drunk12 = /set show_drunk=$[decode_attr("+6", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes schlany' drunk13 = /set show_drunk=$[decode_attr("+7", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes napruty' drunk14 = /set show_drunk=$[decode_attr("+8", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes nawalony' drunk15 = /set show_drunk=$[decode_attr("+9", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes pijany jak bela' drunk16 = /set show_drunk=$[decode_attr("10", {zc_crit})]
|
||||
/def -p2 -mregexp -t'(Bol glowy przechodzi.$|Jestes trzezw..$)' drunk06 = /set show_drunk=$[decode_attr("0", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes podchmielon.' drunk07 = /set show_drunk=$[decode_attr("+1", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes lekko podpit.' drunk08 = /set show_drunk=$[decode_attr("+2", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes podpit.' drunk09 = /set show_drunk=$[decode_attr("+3", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'jestes wstawion.' drunk10 = /set show_drunk=$[decode_attr("+4", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'jestes mocno wstawion.' drunk11 = /set show_drunk=$[decode_attr("+5", {zc_alarm})]
|
||||
/def -p2 -mregexp -t'jestes pijan.' drunk12 = /set show_drunk=$[decode_attr("+6", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes schlan.' drunk13 = /set show_drunk=$[decode_attr("+7", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes naprut.' drunk14 = /set show_drunk=$[decode_attr("+8", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes nawalon.' drunk15 = /set show_drunk=$[decode_attr("+9", {zc_crit})]
|
||||
/def -p2 -mregexp -t'jestes pijan. jak bela' drunk16 = /set show_drunk=$[decode_attr("10", {zc_crit})]
|
||||
|
||||
/def -Fp2 -mregexp -t'czujesz sie bezpiecznie' panic0 = /set show_panic=$[decode_attr("0", {zc_main})]
|
||||
/def -Fp2 -mregexp -t'czujesz sie spokojnie' panic1 = /set show_panic=$[decode_attr("1", {zc_main})]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue