add redundant unlocks to penguin spy pulse

This commit is contained in:
ceikry
2022-01-01 15:15:57 -06:00
parent 28efb3c5a7
commit bc67e988cf
@@ -41,5 +41,10 @@ class PenguinSpyingHandler : InteractionListener(){
} }
return false return false
} }
override fun stop() {
super.stop()
player.unlock()
}
} }
} }