Fix species radiation multipliers (#1325)

Fixes radiation so species' radiation_mod values are actually applied.
Refactored radiation application to use proc apply_radiation() instead of directly modifying the variable.
This commit is contained in:
Lohikar
2016-12-27 17:15:20 -06:00
committed by skull132
parent fbe0ea9c25
commit 982bf9b1a1
19 changed files with 56 additions and 41 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
cure(mob)
return
if(mob.radiation > 50)
if(mob.total_radiation > 50)
if(prob(1))
majormutate()