From db096181db7b2b56e172ec3963a22d011138d947 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 16 Dec 2014 18:09:46 +0100 Subject: [PATCH] Bug. --- arkadia/statusbar.tf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arkadia/statusbar.tf b/arkadia/statusbar.tf index 25f4d3e..dde3f6b 100644 --- a/arkadia/statusbar.tf +++ b/arkadia/statusbar.tf @@ -48,15 +48,15 @@ /def -p2 -mregexp -t'twoj ekwipunek jest niemilosiernie ciezki' load5 = /set show_load=$[decode_attr("5", {zc_crit})] /def -p2 -mregexp -t'twoj ekwipunek prawie przygniata cie do ziemi' load6 = /set show_load=$[decode_attr("6", {zc_crit})] -/def -p2 -mregexp -t'jestes bardzo glodny.$' hunger0 = /set show_hunger=$[decode_attr("-2", {zc_crit})] -/def -p2 -mregexp -t'jestes glodny.$' hunger1 = /set show_hunger=$[decode_attr("-1", {zc_alarm})] -/def -p2 -mregexp -t'jestes najedzony.$' hunger2 = /set show_hunger=$[decode_attr("+1", {zc_main})] -/def -p2 -mregexp -t'jestes bardzo najedzony.$' hunger3 = /set show_hunger=$[decode_attr("+2", {zc_main})] +/def -Fp2 -mregexp -t'jestes bardzo glodn..$' hunger0 = /set show_hunger=$[decode_attr("-2", {zc_crit})] +/def -Fp2 -mregexp -t'jestes glodn..$' hunger1 = /set show_hunger=$[decode_attr("-1", {zc_alarm})] +/def -Fp2 -mregexp -t'jestes najedzon..$' hunger2 = /set show_hunger=$[decode_attr("+1", {zc_main})] +/def -Fp2 -mregexp -t'jestes bardzo najedzon..$' hunger3 = /set show_hunger=$[decode_attr("+2", {zc_main})] -/def -p2 -mregexp -t'chce ci sie bardzo pic' thirst0 = /set show_thirst=$[decode_attr("3", {zc_crit})] -/def -p2 -mregexp -t'(Czujesz, ze chce|Chce) ci sie pic' thirst1 = /set show_thirst=$[decode_attr("2", {zc_alarm})] -/def -p2 -mregexp -t'troche chce ci sie pic' thirst2 = /set show_thirst=$[decode_attr("1", {zc_main})] -/def -p2 -mregexp -t'nie chce ci sie pic' thirst3 = /set show_thirst=$[decode_attr("0", {zc_main})] +/def -Fp2 -mregexp -t'chce ci sie bardzo pic' thirst0 = /set show_thirst=$[decode_attr("3", {zc_crit})] +/def -Fp2 -mregexp -t'(Czujesz, ze chce|Chce) ci sie pic' thirst1 = /set show_thirst=$[decode_attr("2", {zc_alarm})] +/def -Fp2 -mregexp -t'troche chce ci sie pic' thirst2 = /set show_thirst=$[decode_attr("1", {zc_main})] +/def -Fp2 -mregexp -t'nie chce ci sie pic' thirst3 = /set show_thirst=$[decode_attr("0", {zc_main})] /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})]