summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-06-27 15:07:58 +0200
committerAki <nthirtyone@gmail.com>2016-06-27 15:07:58 +0200
commit0100d534717fab40b41023b12d30bac90352522c (patch)
tree209bcbb22ca5b3be32866b187296b4d1868ec386
parent2f96ef6774585691ce6a9b83449f36a2681403b9 (diff)
downloadroflnauts-0100d534717fab40b41023b12d30bac90352522c.zip
roflnauts-0100d534717fab40b41023b12d30bac90352522c.tar.gz
roflnauts-0100d534717fab40b41023b12d30bac90352522c.tar.bz2
Revert players' life change
-rw-r--r--player.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.lua b/player.lua
index 48d7843..70446b4 100644
--- a/player.lua
+++ b/player.lua
@@ -19,7 +19,7 @@ Player = {
world = nil, -- game world
-- Combat
combo = 1,
- lives = 0,
+ lives = 3,
spawntimer = 0,
alive = true,
punchcd = 0,