diff --git a/src/objects/spb.c b/src/objects/spb.c index c2a72ec88..4aa3a1cbc 100644 --- a/src/objects/spb.c +++ b/src/objects/spb.c @@ -202,7 +202,7 @@ static void SpawnSPBSliptide(mobj_t *spb, SINT8 dir) angle_t travelangle; fixed_t sz = spb->floorz; - if ((spb_modetimer(spb) != SPB_HOTPOTATO) || (spb_swapcount(spb) < SPB_MAXSWAPS + 1)) // Tired of this thing whacking people when switching targets + if ((spb_modetimer(spb) != SPB_HOTPOTATO) || (spb_swapcount(spb) == SPB_MAXSWAPS + 1)) // Tired of this thing whacking people when switching targets { if (spb->eflags & MFE_VERTICALFLIP) {