Skip to content

Commit

Permalink
Caverns are now radshielded (#8323)
Browse files Browse the repository at this point in the history
* Caverns are now radshielded

* Add end of line
  • Loading branch information
hyperioo authored Sep 29, 2023
1 parent 7d098cc commit cdcd7e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/game/area/Space Station 13 areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ area/space/atmosalert()
icon_state = "cave"
requires_power = 0
sound_env = ASTEROID
flags = AREA_FLAG_RAD_SHIELDED

/area/asteroid/artifactroom
name = "\improper Moon - Artifact"
Expand Down
5 changes: 3 additions & 2 deletions code/game/gamemodes/events/weather/rad_storm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/area/shuttle/escape_pod5, /area/shuttle/specops/centcom, /area/shuttle/mercenary, /area/shuttle/administration, /area/eris/maintenance, \
/area/eris/crew_quarters/sleep/cryo, /area/eris/security/disposal, /area/eris/security/maintpost, /area/eris/rnd/anomalisolone, \
/area/eris/rnd/anomalisoltwo, /area/eris/rnd/anomalisolthree, /area/eris/rnd/server, \
/area/outpost/blacksite/small, /area/outpost/blacksite/medium, /area/outpost/blacksite/large)
/area/outpost/blacksite/small, /area/outpost/blacksite/medium, /area/outpost/blacksite/large, \
/area/asteroid/cave)

immunity_type = "rad"
immunity_type = "rad"

0 comments on commit cdcd7e9

Please sign in to comment.