Skip to content
Snippets Groups Projects
Commit 45ece724 authored by dg's avatar dg
Browse files

Antimagix arena should really not stop

git-svn-id: http://svn.net-core.org/repos/t-engine4@5511 51575b47-30f0-44d4-a5cc-537603b46e54
parent dccd43d6
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,9 @@ add_foe = function(self, next_wave, first, foe_idx)
game.zone:addEntity(game.level, m, "actor", x, y)
if first then game.logSeen(m, "#VIOLET#A foe is summoned to the arena!")
else game.logSeen(m, "#VIOLET#Another foe is summoned to the arena!") end
else
-- err weird, lets try again
return self:add_foe(next_wave, first, foe_idx)
end
else
-- err weird, lets try again
......
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