mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
MAP: Cyberiad, Corp jumpsuits, Engi curtains
This commit does the following: - Adds a corporate wardrobe to security, equipped with 3 corporate jumpsuits and 3 corporate caps. - Changes the shower curtain on the engineering outpost from a regular curtain to an engineering curtain, because we have those now
This commit is contained in:
@@ -49,6 +49,18 @@
|
||||
|
||||
return
|
||||
|
||||
/obj/structure/closet/redcorp
|
||||
name = "corporate security wardrobe"
|
||||
icon_state = "red"
|
||||
icon_closed = "red"
|
||||
|
||||
/obj/structure/closet/redcorp/New()
|
||||
new /obj/item/clothing/under/rank/security/corp(src)
|
||||
new /obj/item/clothing/under/rank/security/corp(src)
|
||||
new /obj/item/clothing/under/rank/security/corp(src)
|
||||
new /obj/item/clothing/head/soft/sec/corp(src)
|
||||
new /obj/item/clothing/head/soft/sec/corp(src)
|
||||
new /obj/item/clothing/head/soft/sec/corp(src)
|
||||
|
||||
/obj/structure/closet/wardrobe/pink
|
||||
name = "pink wardrobe"
|
||||
|
||||
Reference in New Issue
Block a user