[Manual Mirror] Nanomap Rendering Fixes & Linting #16861 [MDB Ignore] (#9889)

This commit is contained in:
Kashargul
2025-01-16 23:32:50 +01:00
committed by GitHub
parent fa5169e362
commit 74b150800d
150 changed files with 526 additions and 953 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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"