fixes naming of some engineering APC's as well as the SM APC's going down during a grid check

This commit is contained in:
Phantastic-Swan
2025-06-29 10:53:27 +02:00
parent 71489c3ad2
commit 58199973b2
2 changed files with 9 additions and 5 deletions
+5 -3
View File
@@ -19186,7 +19186,8 @@
/obj/item/stack/sheet/metal/fifty,
/obj/item/stack/sheet/metal/fifty,
/obj/machinery/power/apc/highcap/ten_k{
pixel_y = -24
pixel_y = -24;
auto_name = 1
},
/obj/structure/cable,
/obj/effect/turf_decal/tile/yellow{
@@ -30369,7 +30370,8 @@
},
/obj/machinery/power/apc/highcap/fifteen_k{
pixel_x = -24;
dir = 8
dir = 8;
auto_name = 1
},
/obj/structure/cable{
icon_state = "0-2"
@@ -44905,7 +44907,7 @@
"tsp" = (
/obj/machinery/power/apc{
dir = 1;
name = "Engineering Foyer APC";
name = "Engineering Break Room APC";
pixel_y = 24
},
/obj/structure/cable{
+4 -2
View File
@@ -1,9 +1,11 @@
#define BP_MAX_ROOM_SIZE 300
GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(/area/engineering/main, \
//GS13 EDIT - makes it a list so that it'd actually protect all those areas from outages
GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(list(/area/engineering/main, \
/area/engineering/supermatter, \
/area/engineering/atmospherics_engine, \
/area/ai_monitored/turret_protected/ai))
/area/ai_monitored/turret_protected/ai)))
// GS13 END EDIT
//Repopulates sortedAreas list
/proc/repopulate_sorted_areas()