diff --git a/common/equipment.tf b/common/equipment.tf index e9b97b7..dcd0bfd 100644 --- a/common/equipment.tf +++ b/common/equipment.tf @@ -65,6 +65,7 @@ /tbind lampa_on_cmd /def -mregexp -p2 -t'Zapalasz .*lampe.$' light_on1 = \ /if ({freshoil} != 1)\ + /rstop /_lampa_warn%;\ /repeat -%lampatick 1 /_lampa_warn%;\ /endif%;\ /set freshoil=0 @@ -75,6 +76,7 @@ /tbind lampa_off_cmd /def -mregexp -p2 -t'Dopelniasz .*lampe .*olej' light_on3 = \ /set freshoil=1%;\ + /rstop /_lampa_warn%;\ /repeat -%lampatick 1 /_lampa_warn /def -mregexp -p2 -t'lampa .*wypala sie i gasnie' light_off0 = \ /rstop /_lampa_warn%;\