diff --git a/src/battle/rope.c b/src/battle/rope.c index 558e9f6..53c1432 100644 --- a/src/battle/rope.c +++ b/src/battle/rope.c @@ -110,7 +110,7 @@ void cutRope(Entity *e) { e->towing->flags &= ~EF_RETREATING; e->towing->flags &= ~EF_ROPED_ATTACHED; - e->towing->speed = 0; + e->towing->owner = NULL; e->towing = NULL; } }