diff options
author | Aki <nthirtyone@gmail.com> | 2016-06-27 15:07:58 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-06-27 15:07:58 +0200 |
commit | 0100d534717fab40b41023b12d30bac90352522c (patch) | |
tree | 209bcbb22ca5b3be32866b187296b4d1868ec386 /player.lua | |
parent | 2f96ef6774585691ce6a9b83449f36a2681403b9 (diff) | |
download | roflnauts-0100d534717fab40b41023b12d30bac90352522c.zip roflnauts-0100d534717fab40b41023b12d30bac90352522c.tar.gz roflnauts-0100d534717fab40b41023b12d30bac90352522c.tar.bz2 |
Revert players' life change
Diffstat (limited to 'player.lua')
-rw-r--r-- | player.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Player = { world = nil, -- game world -- Combat combo = 1, - lives = 0, + lives = 3, spawntimer = 0, alive = true, punchcd = 0, |