mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Added more patient lockers to the medbay, and more medical gowns to the patient lockers. (#20500)
i love medical rp (Literally nothing else to this than the title) --------- Signed-off-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com>
This commit is contained in:
@@ -18,8 +18,11 @@
|
||||
/obj/structure/closet/secure_closet/personal/patient/fill()
|
||||
if(prob(50))
|
||||
new /obj/item/clothing/under/medical_gown(src)
|
||||
new /obj/item/clothing/under/medical_gown(src)
|
||||
else
|
||||
new /obj/item/clothing/under/medical_gown/white(src)
|
||||
new /obj/item/clothing/under/medical_gown/white(src)
|
||||
new /obj/item/clothing/shoes/sneakers( src )
|
||||
new /obj/item/clothing/shoes/sneakers( src )
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user