mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +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
|
||||
|
||||
@@ -539,9 +539,6 @@
|
||||
"bq" = (
|
||||
/obj/machinery/vending/wardrobe/atmosdrobe,
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on,
|
||||
/obj/structure/sign/scenery/fakefireaxe{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/groundbase/engineering/atmos/monitoring)
|
||||
"br" = (
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
/area/groundbase/exploration/equipment)
|
||||
"ab" = (
|
||||
/obj/machinery/suit_cycler/medical,
|
||||
/obj/structure/sign/scenery/fakefireaxe{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/groundbase/medical/paramedic)
|
||||
"ac" = (
|
||||
|
||||
@@ -19580,9 +19580,6 @@
|
||||
/area/security/detectives_office)
|
||||
"Pz" = (
|
||||
/obj/structure/table/bench/marble,
|
||||
/obj/structure/fireaxecabinet{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/effect/landmark/start/paramedic,
|
||||
/turf/simulated/floor/tiled/eris/white/bluecorner,
|
||||
/area/stellardelight/deck1/paramedic)
|
||||
|
||||
@@ -1903,9 +1903,6 @@
|
||||
/obj/machinery/camera/network/engineering{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/scenery/fakefireaxe{
|
||||
pixel_x = -32
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/engineering/atmos/monitoring)
|
||||
"dU" = (
|
||||
@@ -18682,9 +18679,6 @@
|
||||
/obj/structure/flora/pottedplant/smallcactus{
|
||||
pixel_y = 14
|
||||
},
|
||||
/obj/structure/fireaxecabinet{
|
||||
pixel_y = 28
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/stellardelight/deck2/briefingroom)
|
||||
"Pm" = (
|
||||
|
||||
@@ -6527,9 +6527,6 @@
|
||||
/area/tether/surfacebase/outside/outside3)
|
||||
"ajH" = (
|
||||
/obj/machinery/computer/secure_data,
|
||||
/obj/structure/fireaxecabinet{
|
||||
pixel_y = 30
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/bridge)
|
||||
"ajI" = (
|
||||
|
||||
Reference in New Issue
Block a user