diff options
-rw-r--r-- | player.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -323,6 +323,7 @@ function Player:die () self.lives = self.lives - 1 self.alive = false self.spawntimer = 1 + self.world.camera:startShake() end -- And then respawn. Like Jon Snow. |