no species effects from radiation for robots

This commit is contained in:
DeltaFire
2020-11-13 17:45:04 +01:00
parent 82bf995dba
commit 06295ca433
@@ -1284,6 +1284,9 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
radiation = 0
return TRUE
if(HAS_TRAIT(H, TRAIT_ROBOTIC_ORGANISM))
return //Robots are hardened against radiation, but suffer system corruption at very high levels.
if(radiation > RAD_MOB_KNOCKDOWN && prob(RAD_MOB_KNOCKDOWN_PROB))
if(CHECK_MOBILITY(H, MOBILITY_STAND))
H.emote("collapse")