Skip to content

Commit

Permalink
Makes a lot more areas radstorm-safe (#3435)
Browse files Browse the repository at this point in the history
* Protect abandoned maints areas from radstorms

* Add quite a few radstorm safe areas
  • Loading branch information
Absolucy authored Sep 20, 2024
1 parent 271d602 commit 780bc0a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions monkestation/code/datums/weather/weather_types/radiation_storm.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/datum/weather/rad_storm
protected_areas = list(/area/station/maintenance,
/area/station/ai_monitored/turret_protected/ai_upload, /area/station/ai_monitored/turret_protected/ai_upload_foyer,
/area/station/ai_monitored/turret_protected/aisat/maint, /area/station/ai_monitored/command/storage/satellite,
/area/station/ai_monitored/turret_protected/ai, /area/station/commons/storage/emergency/starboard,
/area/station/commons/storage/emergency/port, /area/shuttle, /area/station/common/cryopods, /area/station/security/prison/safe,
/area/station/security/prison/toilet, /area/icemoon/underground, /area/station/service/hydroponics/garden/abandoned,
/area/station/security/detectives_office/private_investigators_office, /area/station/security/bitden,
/area/station/service/library/abandoned, /area/station/service/theater/abandoned, /area/station/service/abandoned_gambling_den,
/area/station/service/electronic_marketing_den, /area/station/service/kitchen/abandoned, /area/station/medical/abandoned,
/area/station/science/research/abandoned, /area/station/asteroid, /area/misc/asteroid, /area/station/command/secure_bunker,
/area/station/cargo/power_station, /area/station/engineering/power_station, /area/station/science/power_station,
/area/station/science/power_station, /area/station/security/power_station, /area/station/service/power_station,
/area/station/medical/aslyum, /area/station/medical/virology/isolation,
)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5866,6 +5866,7 @@
#include "monkestation\code\datums\status_effects\food_buffs.dm"
#include "monkestation\code\datums\status_effects\debuffs\drunk.dm"
#include "monkestation\code\datums\storage\storage.dm"
#include "monkestation\code\datums\weather\weather_types\radiation_storm.dm"
#include "monkestation\code\datums\wires\particle_accelerator.dm"
#include "monkestation\code\game\atom.dm"
#include "monkestation\code\game\sound.dm"
Expand Down

0 comments on commit 780bc0a

Please sign in to comment.