mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
@@ -31,8 +31,15 @@
|
||||
/*
|
||||
* Costume
|
||||
*/
|
||||
/obj/item/clothing/suit/pirate
|
||||
name = "pirate coat"
|
||||
/obj/item/clothing/suit/pirate_brown
|
||||
name = "brown pirate coat"
|
||||
desc = "Yarr."
|
||||
icon_state = "pirate_old"
|
||||
item_state = "pirate_old"
|
||||
flags = FPRINT | TABLEPASS
|
||||
|
||||
/obj/item/clothing/suit/pirate_black
|
||||
name = "black pirate coat"
|
||||
desc = "Yarr."
|
||||
icon_state = "pirate"
|
||||
item_state = "pirate"
|
||||
|
||||
@@ -210,6 +210,13 @@
|
||||
item_state = "pirate"
|
||||
_color = "pirate"
|
||||
|
||||
/obj/item/clothing/under/pirate_rags
|
||||
name = "pirate rags"
|
||||
desc = "an old ragged set of clothing"
|
||||
icon_state = "piraterags"
|
||||
item_state = "piraterags"
|
||||
_color = "piraterags"
|
||||
|
||||
/obj/item/clothing/under/soviet
|
||||
name = "soviet uniform"
|
||||
desc = "For the Motherland!"
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
|
||||
/obj/effect/landmark/mobcorpse/pirate/ranged
|
||||
name = "Pirate Gunner"
|
||||
corpsesuit = /obj/item/clothing/suit/pirate
|
||||
corpsesuit = /obj/item/clothing/suit/pirate_black
|
||||
corpsehelmet = /obj/item/clothing/head/pirate
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user