From c0d3e5782bb5010730f22819c6e4a6ade9e64834 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 14 Jan 2017 21:46:40 +0100 Subject: Initial flags --- player.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/player.lua b/player.lua index 5c7572f..d2bc6d1 100644 --- a/player.lua +++ b/player.lua @@ -434,10 +434,10 @@ end -- DIE function Player:die() self:playSound(1) - self.combo = Player.combo + self.combo = Player.combo -- INITIAL from metatable self.lives = self.lives - 1 self.alive = false - self.spawntimer = Player.spawntimer + self.spawntimer = Player.spawntimer -- INITIAL from metatable self.body:setActive(false) self.world:onNautKilled(self) end -- cgit v1.1