diff options
author | DonBatman <serfdon@gmail.com> | 2015-10-24 18:11:33 -0700 |
---|---|---|
committer | DonBatman <serfdon@gmail.com> | 2015-10-24 18:11:33 -0700 |
commit | 4a9d35295a47539ebf9a525f14702f8f73f0776d (patch) | |
tree | 752d2099a1ff72426706f4feb7abd9d907537bef /pacmine/ghost.lua | |
parent | f35d70f55d91c016546f5d569a34b0411a9f1711 (diff) | |
parent | 289cacf17a5812c5fb6cfc7134dedabfea0d86e7 (diff) |
Merge branch 'master' of https://github.com/DonBatman/myarcade
Diffstat (limited to 'pacmine/ghost.lua')
-rw-r--r-- | pacmine/ghost.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pacmine/ghost.lua b/pacmine/ghost.lua index 7c7c374..adc106d 100644 --- a/pacmine/ghost.lua +++ b/pacmine/ghost.lua @@ -97,7 +97,6 @@ for i in ipairs(ghosts) do gamestate.lives = gamestate.lives - 1 if gamestate.lives < 1 then minetest.chat_send_player(gamestate.player_name,"Game Over") - player:moveto(vector.add(gamestate.pos,{x=0.5,y=0.5,z=-1.5})) pacmine.game_end(self.gameid) minetest.sound_play("pacmine_death", {pos = boardcenter,max_hear_distance = 20, object=player, loop=false}) |