From 0679520de44c6e403cbd8448b97fe35b87dc1ec5 Mon Sep 17 00:00:00 2001 From: GlamourChariot Date: Thu, 26 Mar 2015 00:54:55 +1100 Subject: [PATCH] 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. --- code/modules/clothing/suits/labcoat.dm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index cdb23053..1a87c6ca 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -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