mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "It's a burial receptacle for the dearly departed."
|
||||
icon = 'icons/obj/closets/coffin.dmi'
|
||||
|
||||
icon_state = "closed_unlocked"
|
||||
icon_state = "closed"
|
||||
seal_tool = /obj/item/tool/screwdriver
|
||||
breakout_sound = 'sound/weapons/tablehit1.ogg'
|
||||
closet_appearance = null // Special icon for us
|
||||
@@ -13,7 +13,7 @@
|
||||
name = "grave"
|
||||
desc = "Dirt."
|
||||
icon = 'icons/obj/closets/grave.dmi'
|
||||
icon_state = "closed_unlocked"
|
||||
icon_state = ""
|
||||
seal_tool = null
|
||||
breakout_sound = 'sound/weapons/thudswoosh.ogg'
|
||||
anchored = TRUE
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
/obj/structure/closet/secure_closet/freezer/meat
|
||||
name = "meat fridge"
|
||||
icon = 'icons/obj/closets/fridge.dmi'
|
||||
icon_state = ""
|
||||
closet_appearance = null
|
||||
|
||||
open_sound = 'sound/machines/kitchen/fridge/open_fridge.ogg' // CHOMPEdit: Fridge sounds~
|
||||
@@ -32,6 +33,7 @@
|
||||
/obj/structure/closet/secure_closet/freezer/fridge
|
||||
name = "refrigerator"
|
||||
icon = 'icons/obj/closets/fridge.dmi'
|
||||
icon_state = ""
|
||||
closet_appearance = null
|
||||
|
||||
open_sound = 'sound/machines/kitchen/fridge/open_fridge.ogg' // CHOMPEdit: Fridge sounds~
|
||||
@@ -47,6 +49,7 @@
|
||||
/obj/structure/closet/secure_closet/freezer/money
|
||||
name = "freezer"
|
||||
icon = 'icons/obj/closets/fridge.dmi'
|
||||
icon_state = ""
|
||||
closet_appearance = null
|
||||
req_access = list(access_heads_vault)
|
||||
|
||||
|
||||
@@ -378,6 +378,7 @@
|
||||
desc = "A large bin."
|
||||
closet_appearance = null
|
||||
icon = 'icons/obj/closets/largebin.dmi'
|
||||
icon_state = ""
|
||||
|
||||
/obj/structure/closet/crate/radiation
|
||||
name = "radioactive gear crate"
|
||||
|
||||
Reference in New Issue
Block a user