On reinit, take away the player's rope

This commit is contained in:
Pyrex 2022-12-30 22:47:36 -08:00
parent 59774303e4
commit 3f7f96a520

View File

@ -604,6 +604,7 @@ function player:reinit(x,y)
self.px,self.py=0,0
self.todo={}
self.cooldown=4
self.rope=nil
self.fall_frame=0