mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-25 14:17:13 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user