From 165a468ff088c5e240d1de1864318ebf13f94ded Mon Sep 17 00:00:00 2001 From: FlattestGuitar Date: Sat, 12 Aug 2017 11:03:34 +0200 Subject: [PATCH] tigerfixes --- code/modules/customitems/item_defines.dm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b9ab7e99407..f5e492056bc 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -307,9 +307,6 @@ jacket.sprite_sheets = null user.update_inv_wear_suit() qdel(src) - return - - /obj/item/device/fluff/desolate_baton_kit //DesolateG: Michael Smith name = "stun baton converstion kit" @@ -698,7 +695,6 @@ options["navy"] ="shazjacket_navy" options["white"] ="shazjacket_white" - var/choice = input(user, "What color do you wish your jacket to be?", "Change color") as null|anything in options if(choice && !user.stat && in_range(user, src)) @@ -710,7 +706,8 @@ name = "custom [choice] military jacket" user.update_inv_wear_suit() return 1 - ..() + + . = ..() /obj/item/clothing/suit/fluff/dusty_jacket //ComputerlessCitizen: Screech name = "Dusty Jacket"