Removes all cabinets instead of making functional ones spawn empty

This commit is contained in:
Heroman
2022-11-05 16:17:05 +10:00
parent 1957fca543
commit ca4d72b34a
6 changed files with 3 additions and 21 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
var/hitstaken = 0
var/locked = 1
var/smashed = 0
var/starts_with_axe = FALSE
var/starts_with_axe = TRUE
/obj/structure/fireaxecabinet/Initialize()
. = ..()
@@ -189,5 +189,5 @@
icon_state = text("fireaxe[][][][]",hasaxe,open,hitstaken,smashed)
/obj/structure/fireaxecabinet/full
starts_with_axe = TRUE
/obj/structure/fireaxecabinet/empty
starts_with_axe = FALSE