diff --git a/arkadia/statusbar.tf b/arkadia/statusbar.tf index 018747e..a00e9cd 100644 --- a/arkadia/statusbar.tf +++ b/arkadia/statusbar.tf @@ -61,12 +61,12 @@ /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})] /def -p2 -mregexp -t'masz niezlego kaca' drunk02 = /set show_drunk=$[decode_attr("-4", {zc_crit})] -/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'masz drazniacego kaca' drunk03 = /set show_drunk=$[decode_attr("-3", {zc_crit})] +/def -p2 -mregexp -t'masz niemilego kaca' drunk04 = /set show_drunk=$[decode_attr("-2", {zc_crit})] +/def -p2 -mregexp -t'masz lekkiego kaca' drunk05 = /set show_drunk=$[decode_attr("-1", {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 podchmielon.' drunk07 = /set show_drunk=$[decode_attr("+1", {zc_alarm})] +/def -p2 -mregexp -t'jestes lekko podpit.' drunk08 = /set show_drunk=$[decode_attr("+2", {zc_alarm})] /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})]