Redundant code

When the Fabian's Coat was added to the game, this little bit of
redundant code was left lying around in the labcoat.dm doing absolutely
nothing. Suggest removal.
This commit is contained in:
GlamourChariot
2015-03-26 00:54:55 +11:00
parent ba87afc5a7
commit 0679520de4
+1 -6
View File
@@ -80,12 +80,7 @@
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."
return