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
+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()