mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
areas, closets, other miscellaneous adjustments
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/decl/closet_appearance/medical_yw
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = null
|
||||
extra_decals = list(
|
||||
"circle" = COLOR_BLUE_GRAY,
|
||||
"stripes_horizontal" = COLOR_BLUE_GRAY
|
||||
)
|
||||
|
||||
/decl/closet_appearance/wall/autolok/shuttleemerg
|
||||
color = COLOR_YELLOW_GRAY
|
||||
decals = list(
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline = 2,
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/antitoxin = 2)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/medical2
|
||||
name = "anesthetics closet"
|
||||
desc = "Used to knock people out."
|
||||
|
||||
@@ -15,4 +15,9 @@
|
||||
/obj/item/weapon/tank/oxygen/red,
|
||||
/obj/item/weapon/storage/briefcase/inflatable,
|
||||
/obj/item/clothing/head/helmet/space/emergency,
|
||||
/obj/item/clothing/suit/space/emergency)
|
||||
/obj/item/clothing/suit/space/emergency)
|
||||
|
||||
/obj/structure/closet/medical
|
||||
name = "medical supply closet"
|
||||
desc = "May or may not contain medical junk."
|
||||
closet_appearance = /decl/closet_appearance/medical_yw
|
||||
Reference in New Issue
Block a user