Skip to content

Adds two more generalized sanity procs, fixes some improper sanity calls

Rob Nelson requested to merge pull/8015/insaneinthemembrane into Bleeding-Edge

Created by: 9600bauds

isStunned(): Returns 1 if the user is unconscious, faking death, paralyzed, stunned, or weakened. incapacitated(): Returns 1 if the user isStunned() or restrained. Hopefully these can be used as a better standard than the current mumbo jumbo we have of everything checking paralysis || stunned || weakened and shit. Basically, using canmove as sanity is TERRIBLE.

Fixes #7153 (closed) Fixes #5256 (closed) Fixes #5254 (closed) Better fix for #6378 (closed)

Merge request reports