mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Moved some gimmick clothes to a different object path. Upgraded the chameleon jumpsuit to be actually useful. Changelog updated.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@246 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -188,14 +188,14 @@
|
||||
icon_state = "monocle"
|
||||
item_state = "headset" // lol
|
||||
|
||||
/obj/item/clothing/under/rank/captain/suit
|
||||
/obj/item/clothing/under/gimmick/rank/captain/suit
|
||||
name = "Captain's Suit"
|
||||
desc = "A green suit and yellow necktie. Exemplifies authority."
|
||||
icon_state = "green_suit"
|
||||
item_state = "dg_suit"
|
||||
color = "green_suit"
|
||||
|
||||
/obj/item/clothing/under/rank/head_of_personnel/suit
|
||||
/obj/item/clothing/under/gimmick/rank/head_of_personnel/suit
|
||||
name = "Head of Personnel's Suit"
|
||||
desc = "A teal suit and yellow necktie. An authoritative yet tacky ensemble."
|
||||
icon_state = "teal_suit"
|
||||
@@ -216,7 +216,7 @@
|
||||
item_state = "r_suit"
|
||||
color = "red_suit"
|
||||
|
||||
/obj/item/clothing/under/rank/police
|
||||
/obj/item/clothing/under/gimmick/rank/police
|
||||
name = "Police Uniform"
|
||||
desc = "Move along, nothing to see here."
|
||||
icon_state = "police"
|
||||
|
||||
@@ -194,6 +194,17 @@ DEATH COMMANDO GAS MASK
|
||||
var/obj/item/clothing/under/V = new U
|
||||
src.clothing_choices += V
|
||||
|
||||
for(var/U in typesof(/obj/item/clothing/under/rank)-(/obj/item/clothing/under/rank))
|
||||
|
||||
var/obj/item/clothing/under/V = new U
|
||||
src.clothing_choices += V
|
||||
|
||||
src.clothing_choices += new /obj/item/clothing/under/bartender
|
||||
src.clothing_choices += new /obj/item/clothing/under/cargo
|
||||
src.clothing_choices += new /obj/item/clothing/under/chef
|
||||
src.clothing_choices += new /obj/item/clothing/under/clown
|
||||
src.clothing_choices += new /obj/item/clothing/under/det
|
||||
src.clothing_choices += new /obj/item/clothing/under/librarian
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user