mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixes all remaining invisible crates/lockers (#17143)
* I varedited a single var on a crate on deltastation and all I got was this stupid PR * This should be it, the last of the closet fixes Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
co-authored by
adrermail@gmail.com <adrermail@gmail.com>
parent
da544ecbbc
commit
566ad7fccb
@@ -62306,7 +62306,6 @@
|
||||
/area/engine/engine_smes)
|
||||
"cIQ" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crateopen";
|
||||
opened = 1
|
||||
},
|
||||
/obj/effect/spawner/lootdrop/maintenance,
|
||||
|
||||
@@ -96,7 +96,6 @@
|
||||
/area/space/nearstation)
|
||||
"z" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crateopen";
|
||||
opened = 1
|
||||
},
|
||||
/obj/item/stack/ore/bananium,
|
||||
|
||||
@@ -3622,7 +3622,6 @@
|
||||
/area/derelict/crew_quarters)
|
||||
"hI" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crateopen";
|
||||
opened = 1
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
@@ -3636,7 +3635,6 @@
|
||||
/area/derelict/arrival)
|
||||
"hJ" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crateopen";
|
||||
opened = 1
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
|
||||
@@ -514,11 +514,10 @@
|
||||
/turf/simulated/floor/mineral/plasma,
|
||||
/area/ruin/unpowered)
|
||||
"bN" = (
|
||||
/obj/effect/spawner/lootdrop/wizardcrash,
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crateopen";
|
||||
opened = 1
|
||||
},
|
||||
/obj/effect/spawner/lootdrop/wizardcrash,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/unpowered)
|
||||
"bP" = (
|
||||
|
||||
@@ -224,7 +224,6 @@
|
||||
/area/awaymission/undersea)
|
||||
"aZ" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crateopen";
|
||||
opened = 1
|
||||
},
|
||||
/obj/item/coin/gold,
|
||||
|
||||
@@ -21,14 +21,12 @@
|
||||
/area/toxins/misc_lab)
|
||||
"aad" = (
|
||||
/obj/structure/closet/emcloset{
|
||||
icon_state = "emergency";
|
||||
opened = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/fpmaint)
|
||||
"aae" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crate_open";
|
||||
name = "Gold Crate";
|
||||
opened = 1
|
||||
},
|
||||
@@ -39,7 +37,6 @@
|
||||
/area/maintenance/apmaint)
|
||||
"aaf" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crate_open";
|
||||
name = "Silver Crate";
|
||||
opened = 1
|
||||
},
|
||||
|
||||
@@ -1559,7 +1559,7 @@
|
||||
/area/mine/production)
|
||||
"dw" = (
|
||||
/obj/structure/closet/crate{
|
||||
icon_state = "crateopen"
|
||||
opened = 1
|
||||
},
|
||||
/obj/effect/turf_decal/bot,
|
||||
/turf/simulated/floor/plasteel,
|
||||
|
||||
Reference in New Issue
Block a user