From 1e5d2030aeb865f761c5e2b13f3eb968d951ff29 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 16 Mar 2015 22:29:28 +0100 Subject: [PATCH] Zmiana kolorkow upicia. --- arkadia/statusbar.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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})]