Super Flicky: don't whip your own flickys

This commit is contained in:
James R 2023-06-29 19:23:42 -07:00
parent 6e80957e4f
commit adaec93c44

View file

@ -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();
}