mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 00:43:14 +00:00
* Cryo heals on crit, changes status effect check to trait. (#67076) Old bug was caused by IsUnconscious and IsSleeping being status effect checks, these status effects are not applied on crit. This changes it to be trait checks instead, which are applied on crit * Cryo heals on crit, changes status effect check to trait. Co-authored-by: vincentiusvin <54709710+vincentiusvin@users.noreply.github.com>