From 8582f80ed36ecb92c043245ab919f3e8e5eb7718 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Mon, 25 Aug 2025 23:54:10 -0400 Subject: [PATCH] Just don't touch the player when they're already hooked --- src/objects/pulley.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/pulley.cpp b/src/objects/pulley.cpp index 7e22f85f3..f24b034bd 100644 --- a/src/objects/pulley.cpp +++ b/src/objects/pulley.cpp @@ -166,7 +166,7 @@ private: pmo->flags |= MF_NOGRAVITY; pmo->move_origin(hook()); - pmo->angle = angle; + // pmo->angle = angle; return true; };