Merge pull request #1663 from Yoshax/radiationstuff

Increases the radiation protection modifiers
This commit is contained in:
Arokha Sieyes
2017-06-09 20:05:55 -04:00
committed by GitHub
+1 -1
View File
@@ -221,7 +221,7 @@ var/list/gamemode_cache = list()
var/show_human_death_message = 1
var/radiation_decay_rate = 1 //How much radiation is reduced by each tick
var/radiation_resistance_multiplier = 6.5
var/radiation_resistance_multiplier = 8.5 //VOREstation edit
var/radiation_lower_limit = 0.35 //If the radiation level for a turf would be below this, ignore it.
/datum/configuration/New()