diff --git a/src/p_spec.c b/src/p_spec.c index 7084b8740..b5523698f 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -2664,7 +2664,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec) // Reset bot too. if (bot) { - if (line->flags & ML_NOCLIMB) + if (line->args[0]) P_TeleportMove(bot, mo->x, mo->y, mo->z); bot->momx = bot->momy = bot->momz = 1; bot->pmomz = 0;