From 02bb3662b365b466ea7abb5517ea64b72a1b5c5f Mon Sep 17 00:00:00 2001 From: skull132 Date: Fri, 14 Mar 2014 23:16:26 +0200 Subject: [PATCH] Mistakes Commenting mistakes --- .../clothing/under/jobs/engineering.dm | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/code/modules/clothing/under/jobs/engineering.dm b/code/modules/clothing/under/jobs/engineering.dm index b192d0ab..8f279b7c 100644 --- a/code/modules/clothing/under/jobs/engineering.dm +++ b/code/modules/clothing/under/jobs/engineering.dm @@ -35,32 +35,32 @@ //Down below follows a partial attempt at getting the rolldown verb for jumpsuits. //Issue: Sprites vanishing again... Hueh - Skull132 -/*/obj/item/clothing/under/rank/verb/rolldown() - set name = "Roll Down Jumpsuit" - set category = "Object" - set src in usr - - if(!usr.canmove || usr.stat || usr.restrained()) - return 0 - - switch(icon_state) - if("atmos") - src.icon_state = "atmos_rd" - src.item_state = "atmos_rd" - usr << "You roll down the jumpsuit." - if("atmos_rd") - src.icon_state = "atmos" - src.item_state = "atmos" - usr << "You roll the jumpsuit back up." - if("engine") - src.icon_state = "engine_rd" - src.item_state = "engine_rd" - usr << "You roll down the jumpsuit." - if("engine_rd") - src.icon_state = "engine" - src.item_state = "engine" - usr << "You roll the jumpsuit back up." - else - usr << "You attempt to roll down your [src], before promptly realising how retarded you are." - return - usr.update_inv_w_uniform()/* \ No newline at end of file +///obj/item/clothing/under/rank/verb/rolldown() +// set name = "Roll Down Jumpsuit" +// set category = "Object" +// set src in usr +// +// if(!usr.canmove || usr.stat || usr.restrained()) +// return 0 +// +// switch(icon_state) +// if("atmos") +// src.icon_state = "atmos_rd" +// src.item_state = "atmos_rd" +// usr << "You roll down the jumpsuit." +// if("atmos_rd") +// src.icon_state = "atmos" +// src.item_state = "atmos" +// usr << "You roll the jumpsuit back up." +// if("engine") +// src.icon_state = "engine_rd" +// src.item_state = "engine_rd" +// usr << "You roll down the jumpsuit." +// if("engine_rd") +// src.icon_state = "engine" +// src.item_state = "engine" +// usr << "You roll the jumpsuit back up." +// else +// usr << "You attempt to roll down your [src], before promptly realising how retarded you are." +// return +// usr.update_inv_w_uniform() \ No newline at end of file