mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
NO_POISON or IS_PLANT now grant hallucination immunity
Also stops hallucinations from preventing passing out from halloss. Resolves #14395 Resolves #12425
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user