Files
Bubberstation/code/modules/spells
MrMelbert 0fe87e66d6 Fixes some incorrect before_casts (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
2022-10-13 20:32:03 -07:00
..