mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
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
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user