diff --git a/_maps/mining_configs/iceland.json b/_maps/mining_configs/iceland.json index 428247a4d9b5f..479b979d4a888 100644 --- a/_maps/mining_configs/iceland.json +++ b/_maps/mining_configs/iceland.json @@ -25,6 +25,7 @@ "Linkage": null }, { + "Mining": true, "No Parallax": true, "Weather_Snowstorm": true, "Ice Ruins": true, diff --git a/code/datums/weather/weather_types/radiation_storm.dm b/code/datums/weather/weather_types/radiation_storm.dm index 8acf8be4b9e66..67ffbbd514091 100644 --- a/code/datums/weather/weather_types/radiation_storm.dm +++ b/code/datums/weather/weather_types/radiation_storm.dm @@ -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 @@ -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)