diff options
author | Aki <nthirtyone@gmail.com> | 2016-06-27 15:06:27 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-06-27 15:06:27 +0200 |
commit | 2f96ef6774585691ce6a9b83449f36a2681403b9 (patch) | |
tree | 401d22efe021064bd386754711c789b2a132eb0e /player.lua | |
parent | 71db337cb1928080f78b6b14646cce3731ecff5a (diff) | |
download | roflnauts-2f96ef6774585691ce6a9b83449f36a2681403b9.zip roflnauts-2f96ef6774585691ce6a9b83449f36a2681403b9.tar.gz roflnauts-2f96ef6774585691ce6a9b83449f36a2681403b9.tar.bz2 |
More bounciness!
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 = 3, + lives = 0, spawntimer = 0, alive = true, punchcd = 0, |