Dodanie informacji o obciążeniu, głodzie, pragnieniu, upiciu i strachu do paska.
This commit is contained in:
parent
0a69dc4de0
commit
4c7179f9a0
1 changed files with 8 additions and 8 deletions
|
@ -67,14 +67,14 @@
|
|||
/def -p2 -mregexp -t'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'jests 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_main})]
|
||||
/def -p2 -mregexp -t'jestes wstawiony' drunk10 = /set show_drunk=$[decode_attr("+4", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes mocno wstawiony' drunk11 = /set show_drunk=$[decode_attr("+5", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes pijany' drunk12 = /set show_drunk=$[decode_attr("+6", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes schlany' drunk13 = /set show_drunk=$[decode_attr("+7", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes napruty' drunk14 = /set show_drunk=$[decode_attr("+8", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes nawalony' drunk15 = /set show_drunk=$[decode_attr("+9", {zc_main})]
|
||||
/def -p2 -mregexp -t'jestes pijany jak bela' drunk16 = /set show_drunk=$[decode_attr("10", {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'czujesz sie bezpiecznie' panic0 = /set show_panic=$[decode_attr("0", {zc_main})]
|
||||
/def -p2 -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