mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-25 05:57:21 +01:00
Removes all cabinets instead of making functional ones spawn empty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user