From 75240041363afd288e7d97b2c7732cd564a4e831 Mon Sep 17 00:00:00 2001 From: Nyeogmi Date: Sun, 1 Jan 2023 16:31:44 -0800 Subject: [PATCH] Fix a minor rope bug --- chameleonic.p8 | 1 + 1 file changed, 1 insertion(+) diff --git a/chameleonic.p8 b/chameleonic.p8 index 2beb87d..b0b51d7 100644 --- a/chameleonic.p8 +++ b/chameleonic.p8 @@ -304,6 +304,7 @@ function level:reinit(n) self.bigx,self.bigy=n%8,n\8 self.dirty=false + player.rope=nil -- reanchor will touch the rope otherwise self:load_dynobjs() self:recollide_reanchor() self:spawn_exit()