mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
Super Flicky: don't whip your own flickys
This commit is contained in:
parent
6e80957e4f
commit
adaec93c44
1 changed files with 1 additions and 1 deletions
|
|
@ -765,5 +765,5 @@ boolean Obj_IsSuperFlickyWhippable(const mobj_t* mobj)
|
|||
{
|
||||
const Flicky* x = static_cast<const Flicky*>(mobj);
|
||||
|
||||
return !x->stunned();
|
||||
return mobj == x->chasing() && !x->stunned();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue