Missing CI Toggle

This commit is contained in:
SoundScopes
2015-04-01 01:51:17 +01:00
parent 0afc67677a
commit cb2011ef43
+6
View File
@@ -80,6 +80,12 @@
if("labgreen_all")
src.icon_state = "labgreen_open"
usr << "You unbotton the labcoat."
if("fabian_coat_open")
src.icon_state = "fabian_coat_closed"
usr << "You button up the coat's buttons."
if("fabian_coat_closed")
src.icon_state = "fabian_coat_open"
usr << "You unbutton the coat's buttons."
else
usr << "You attempt to button-up the velcro on your [src], before promptly realising how retarded you are."