From 959ce69e15fb84c364a720f744c4a911c6da8fe3 Mon Sep 17 00:00:00 2001 From: Bram961 Date: Tue, 11 Aug 2015 21:52:40 +0200 Subject: [PATCH] Kluysfluff indentation --- code/modules/customitems/item_defines.dm | 40 ++++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 613dae605c3..c282264085b 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -155,28 +155,28 @@ blood_overlay_type = "coat" body_parts_covered = UPPER_TORSO|ARMS - /obj/item/clothing/suit/kluysfluff/verb/toggle() - set name = "Toggle Nanofibre Mode" - set category = "Object" - set src in usr +/obj/item/clothing/suit/kluysfluff/verb/toggle() + set name = "Toggle Nanofibre Mode" + set category = "Object" + set src in usr - if(!usr.canmove || usr.stat || usr.restrained()) - return 0 + if(!usr.canmove || usr.stat || usr.restrained()) + return 0 - switch(icon_state) - if("Kluysfluff1") - src.icon_state = "Kluysfluff2" - usr << "The fibre unfolds into a jacket" - if("Kluysfluff2") - src.icon_state = "Kluysfluff3" - usr << "The fibre unfolds into a coat" - if("Kluysfluff3") - src.icon_state = "Kluysfluff1" - usr << "The fibre gets sucked back into its holder." - else - usr << "You attempt to hit the button but can't" - return - usr.update_inv_wear_suit() //so our overlays update + switch(icon_state) + if("Kluysfluff1") + src.icon_state = "Kluysfluff2" + usr << "The fibre unfolds into a jacket" + if("Kluysfluff2") + src.icon_state = "Kluysfluff3" + usr << "The fibre unfolds into a coat" + if("Kluysfluff3") + src.icon_state = "Kluysfluff1" + usr << "The fibre gets sucked back into its holder." + else + usr << "You attempt to hit the button but can't" + return + usr.update_inv_wear_suit() //so our overlays update //////////// Uniforms //////////// /obj/item/clothing/under/psysuit/fluff/isaca_sirius_1 // Xilia: Isaca Sirius