Merge pull request #16861 from Drulikar/fix_minimap_renderer

Nanomap Rendering Fixes & Linting
This commit is contained in:
Cameron Lennox
2025-01-14 15:01:08 -05:00
committed by GitHub
52 changed files with 341 additions and 364 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
desc = "The current barsign of this shift! The bartender can change it with their ID."
icon = 'icons/obj/barsigns.dmi'
plane = ABOVE_PLANE
icon_state = "empty"
icon_state = "Empty"
appearance_flags = 0
anchored = TRUE
var/cult = 0
@@ -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
starts_with = list(
@@ -29,6 +30,7 @@
/obj/structure/closet/secure_closet/freezer/fridge
name = "refrigerator"
icon = 'icons/obj/closets/fridge.dmi'
icon_state = ""
closet_appearance = null
starts_with = list(
@@ -41,6 +43,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)
@@ -372,6 +372,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"