mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Blacklists secondary datacore from various random events and re-adds the airlock (#14149)
* kermit
* Revert "kermit"
This reverts commit c44c865773.
* e
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
var/list/safe_area_types = typecacheof(list(
|
||||
/area/ai_monitored/turret_protected/ai,
|
||||
/area/ai_monitored/turret_protected/ai_upload,
|
||||
/area/ai_monitored/secondarydatacoreserver,
|
||||
/area/ai_monitored/secondarydatacore,
|
||||
/area/engine,
|
||||
/area/solar,
|
||||
/area/holodeck,
|
||||
@@ -49,4 +51,4 @@
|
||||
if(T)
|
||||
newAnomaly = new anomaly_path(T)
|
||||
if (newAnomaly)
|
||||
announce_to_ghosts(newAnomaly)
|
||||
announce_to_ghosts(newAnomaly)
|
||||
|
||||
@@ -69,6 +69,8 @@
|
||||
var/list/safe_area_types = typecacheof(list(
|
||||
/area/ai_monitored/turret_protected/ai,
|
||||
/area/ai_monitored/turret_protected/ai_upload,
|
||||
/area/ai_monitored/secondarydatacoreserver,
|
||||
/area/ai_monitored/secondarydatacore,
|
||||
/area/engine,
|
||||
/area/shuttle)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user