Odliczanie ukrywania.

This commit is contained in:
Bartek Stalewski 2014-08-19 21:19:05 +02:00
parent 02885c4a7e
commit 5b8018e121
5 changed files with 65 additions and 26 deletions

View file

@ -54,20 +54,24 @@
/load %{priv_dir}/%{mudworld}/herbs.tf %;\
/load %{priv_dir}/%{mudworld}/names.tf %;\
/load %{priv_dir}/%{mudworld}/players/%{player}/%{player}.tf %;\
/if ( {poczta_show} !~ "none" )\
/if ({poczta_show} !~ "none" )\
/status_edit -r1 poczta_show:5:C%{c_alarm} %;\
/endif %;\
/if ( {bindings} !~ NULL ) \
/if ({bindings} !~ NULL ) \
/def -b'`' tempbind = /dobind %{bindings} %;\
/if ( {ktype} =~ "mac" ) \
/if ({ktype} =~ "mac" ) \
/def key_nkp- = /dobind %{*} %;\
/endif %;\
/endif %;\
/sneak %sneak %;\
/hide %hide %;\
/if ( {weaponstat} =~ "ON" )\
/if ({hide} =~ "on" )\
/status_edit -r1 hideshow:4:C%c_alarm%;\
/else \
/status_edit -r1 hideshow:4:C%c_main%;\
/endif%;\
/if ({weaponstat} =~ "ON" )\
/weapon_on%;\
/elseif ( {weaponstat} =~ "!!!" )\
/elseif ( {weaponstat} =~ "ERR" )\
/weapon_break%;\
/endif%;\
/f1 %f1 %;\