Files
Bubberstation/code/modules/spells
SkyratBot f8578a11fb [MIRROR] Fixes some incorrect before_casts (personality commune, revenant) [MDB IGNORE] (#16850)
* 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>
2022-10-14 08:16:49 +01:00
..