summaryrefslogtreecommitdiffhomepage
path: root/player.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-06-27 15:06:27 +0200
committerAki <nthirtyone@gmail.com>2016-06-27 15:06:27 +0200
commit2f96ef6774585691ce6a9b83449f36a2681403b9 (patch)
tree401d22efe021064bd386754711c789b2a132eb0e /player.lua
parent71db337cb1928080f78b6b14646cce3731ecff5a (diff)
downloadroflnauts-2f96ef6774585691ce6a9b83449f36a2681403b9.zip
roflnauts-2f96ef6774585691ce6a9b83449f36a2681403b9.tar.gz
roflnauts-2f96ef6774585691ce6a9b83449f36a2681403b9.tar.bz2
More bounciness!
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,