diff --git a/arkadia/statusbar.tf b/arkadia/statusbar.tf index 3ce60ac..a8ecd40 100644 --- a/arkadia/statusbar.tf +++ b/arkadia/statusbar.tf @@ -64,7 +64,7 @@ /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'Jestes trzezwy.$' drunk06 = /set show_drunk=$[decode_attr("0", {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'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_alarm})]