mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-04 05:18:12 +00:00
* Fixes some incorrect `before_cast`s (personality commune, revenant) (#70339) before_cast returns a bitflag, shouldn't return a bool. Bools will break it, TRUE especially cause it's the same as CANCEL_CAST. See Fixes tesla blast #69394 Fixes #70302 I'll see if this can be unit tested as well * Fixes some incorrect `before_cast`s (personality commune, revenant) Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>