Update radiation_storm.dm

This commit is contained in:
kevinz000
2019-11-12 23:48:39 -07:00
committed by GitHub
parent d858bd0526
commit 53bfbacbe0
@@ -31,7 +31,7 @@
/datum/weather/rad_storm/weather_act(mob/living/L)
var/resist = L.getarmor(null, "rad")
L.rad_act(150 / resist)
L.rad_act(radiation_intensity / resist)
/datum/weather/rad_storm/end()
if(..())