Makes radiation resonance less undesirable.

This commit is contained in:
Dip
2020-11-12 02:29:42 -03:00
parent d41fad308a
commit 2b6448cab4
3 changed files with 11 additions and 0 deletions
@@ -1305,6 +1305,10 @@ GLOBAL_LIST_EMPTY(roundstart_races)
radiation = 0
return TRUE
if(HAS_TRAIT(H, TRAIT_RADRESONANCE))
//Don't do anything.
return TRUE
if(radiation > RAD_MOB_KNOCKDOWN && prob(RAD_MOB_KNOCKDOWN_PROB))
if(!H.IsKnockdown())
H.emote("collapse")