Skip to content
Snippets Groups Projects
Commit 8a53e31d authored by dg's avatar dg
Browse files

An empty line is inserted in the game log when player turn begins

git-svn-id: http://svn.net-core.org/repos/t-engine4@6079 51575b47-30f0-44d4-a5cc-537603b46e54
parent abd1d368
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,7 @@ function _M:act()
-- Resting ? Running ? Otherwise pause
if not self:restStep() and not self:runStep() and self.player and self:enoughEnergy() then
game.paused = true
game.log("")
elseif not self.player then
self:useEnergy()
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment