mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Merge pull request #16861 from Drulikar/fix_minimap_renderer
Nanomap Rendering Fixes & Linting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user