mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Another fashion update: dress, medical gown and fannypack edition (#5296)
-adds some new dresses ported from polaris and tg to the custom loadout, at some players request -adds the medical gown, replacing the white jumpsuit in patient's closet, suggested here: https://forums.aurorastation.org/viewtopic.php?f=18&t=11622& -adds fannypacks to the loadout -adds some xeno hardsuit sprites, ported from polaris
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
name = "patient's closet"
|
||||
|
||||
/obj/structure/closet/secure_closet/personal/patient/fill()
|
||||
new /obj/item/clothing/under/color/white( src )
|
||||
if(prob(50))
|
||||
new /obj/item/clothing/under/medical_gown(src)
|
||||
else
|
||||
new /obj/item/clothing/under/medical_gown/white(src)
|
||||
new /obj/item/clothing/shoes/white( src )
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user