summaryrefslogtreecommitdiffhomepage
path: root/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player.lua')
-rw-r--r--player.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.lua b/player.lua
index 70446b4..48d7843 100644
--- a/player.lua
+++ b/player.lua
@@ -19,7 +19,7 @@ Player = {
world = nil, -- game world
-- Combat
combo = 1,
- lives = 3,
+ lives = 0,
spawntimer = 0,
alive = true,
punchcd = 0,