Skip to content

Commit

Permalink
Fixes Icemoon syndie outpost APC's being affected by events (tgstatio…
Browse files Browse the repository at this point in the history
…n#84886)

…tation-side events
## About The Pull Request
What it says on the tin, adds syndie listening station area into the
protected area list for power grid faliures
closes tgstation#83835
## Why It's Good For The Game
## Changelog
:cl:
fix: Fixes Icemoon syndie listening station APC's from being affected by
station-side events
/:cl:
  • Loading branch information
Singul0 authored Jul 12, 2024
1 parent 9a47177 commit b78df79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/__HELPERS/areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(list(
/area/station/engineering/supermatter,
/area/station/engineering/atmospherics_engine,
/area/station/ai_monitored/turret_protected/ai,
/area/ruin/comms_agent //fixes icemoon comms station being affected

)))

// Gets an atmos isolated contained space
Expand Down

0 comments on commit b78df79

Please sign in to comment.