Commit 45ece72419b2b8f100425ae691f8b1d866cf411c

Authored by dg
1 parent dccd43d6

Antimagix arena should really not stop


git-svn-id: http://svn.net-core.org/repos/t-engine4@5511 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -119,6 +119,9 @@ add_foe = function(self, next_wave, first, foe_idx)
119 119 game.zone:addEntity(game.level, m, "actor", x, y)
120 120 if first then game.logSeen(m, "#VIOLET#A foe is summoned to the arena!")
121 121 else game.logSeen(m, "#VIOLET#Another foe is summoned to the arena!") end
  122 + else
  123 + -- err weird, lets try again
  124 + return self:add_foe(next_wave, first, foe_idx)
122 125 end
123 126 else
124 127 -- err weird, lets try again
... ...