Merge pull request #2682 from Yoshax/danktreememes420swagit

NO_POISON or IS_PLANT now grant hallucination immunity
This commit is contained in:
Anewbe
2016-10-29 21:20:23 -05:00
committed by GitHub

View File

@@ -902,7 +902,7 @@
Paralyse(3)
if(hallucination)
if(hallucination >= 20)
if(hallucination >= 20 && !(species.flags & (NO_POISON|IS_PLANT)) )
if(prob(3))
fake_attack(src)
if(!handling_hal)