From 777a1821af79915af90d24a8089f31c6fe10ac39 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 24 Dec 2014 16:49:19 +0100 Subject: [PATCH] Inny komunikat o trzezwosci. --- arkadia/statusbar.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})]