mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-19 05:23:32 +00:00
Red jumpsuit and security jumpsuit are separate now. Red jumpsuit does not provide additional protection anymore, security jumpsuit does. The green thunderdome team approves this change. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1733 316c924e-a436-60f5-8080-3fe189b3f50e
15 lines
500 B
Plaintext
15 lines
500 B
Plaintext
/obj/closet/bombcloset/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/clothing/suit/bomb_suit( src )
|
|
new /obj/item/clothing/under/color/black( src )
|
|
new /obj/item/clothing/shoes/black( src )
|
|
new /obj/item/clothing/head/bomb_hood( src )
|
|
|
|
/obj/closet/bombclosetsecurity/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/clothing/suit/bomb_suit/security( src )
|
|
new /obj/item/clothing/under/rank/security( src )
|
|
new /obj/item/clothing/shoes/brown( src )
|
|
new /obj/item/clothing/head/bomb_hood/security( src ) |