From a3e28d1901ecc4a9b2bde4ea04781193358f8091 Mon Sep 17 00:00:00 2001 From: "Superxpdude@gmail.com" Date: Sat, 3 Mar 2012 21:26:05 +0000 Subject: [PATCH] Fixes a bug regarding gladiator uniform sprites, and comments out the police uniform due to missing sprites. Patch by Shiftyeyesshady. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3244 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing/z_gimmick.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/defines/obj/clothing/z_gimmick.dm b/code/defines/obj/clothing/z_gimmick.dm index 64cbf86cdf1..9b430ba11b8 100644 --- a/code/defines/obj/clothing/z_gimmick.dm +++ b/code/defines/obj/clothing/z_gimmick.dm @@ -269,13 +269,13 @@ item_state = "schoolgirl" color = "schoolgirl" body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS - +/* /obj/item/clothing/under/gimmick/rank/police name = "police uniform" desc = "Move along, nothing to see here." icon_state = "police" item_state = "b_suit" - color = "police" + color = "police" */ //No Sprite - Shiftyeyesshady /obj/item/clothing/head/flatcap name = "flat cap" @@ -570,5 +570,5 @@ obj/item/clothing/suit/justice desc = "Ave, Imperator, morituri te salutant." icon_state = "gladiator" flags = FPRINT|TABLEPASS|SUITSPACE|HEADCOVERSEYES|HEADCOVERSMOUTH|BLOCKHAIR - item_state="gladiator" + item_state = "gladiator" flags_inv = HIDEMASK|HIDEEARS|HIDEEYES \ No newline at end of file