Skip to content

Commit

Permalink
yippee
Browse files Browse the repository at this point in the history
  • Loading branch information
CliffracerX committed Oct 25, 2024
1 parent b204de3 commit 590fa13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions _maps/mining_configs/iceland.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Linkage": null
},
{
"Mining": true,
"No Parallax": true,
"Weather_Snowstorm": true,
"Ice Ruins": true,
Expand Down
8 changes: 5 additions & 3 deletions code/datums/weather/weather_types/radiation_storm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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/security/prison/safe, /area/station/security/prison/toilet, /area/mine/maintenance, /area/icemoon/underground, /area/ruin/comms_agent/maint)
/area/shuttle, /area/station/security/prison/safe, /area/station/security/prison/toilet, /area/mine/maintenance, /area/icemoon/underground, /area/ruin/comms_agent/maint, /area/ruin, /area/ruin/unpowered/primitive_genemod_den) /// DOPPLER SHIFT EDIT: adding ruins as protected areas, hearthkin explicitly protected
target_trait = ZTRAIT_STATION

immunity_type = TRAIT_RADSTORM_IMMUNE
Expand Down Expand Up @@ -51,8 +51,10 @@
if (SSradiation.wearing_rad_protected_clothing(human))
return

human.random_mutate_unique_identity()
human.random_mutate_unique_features()
/// DOPPLER SHIFT REMOVAL BEGIN: getting bad mutations is horrid enough already, we don't need to be taking people's fucking snouts off
/*human.random_mutate_unique_identity()
human.random_mutate_unique_features()*/
/// DOPPLER SHIFT REMOVAL END

if(prob(50))
do_mutate(human)
Expand Down

0 comments on commit 590fa13

Please sign in to comment.