Skip to content
Snippets Groups Projects
Commit 1eb4ff34 authored by DarkGod's avatar DarkGod
Browse files

Fixed arena mode

parent 04b44a1f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -403,8 +403,8 @@ return {
game.flyers:add(x, y, 90, 0, -1, ("Round Clear! +%s EXP!"):tformat(expAward), { 2, 57, 185 }, true)
game.log("%sWave clear!", col)
game.log("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", col, hgh, clearBonus, col, hgh, scoreBonus, col, hgh, dangerBonus, col, hgh, rankBonus, col)
game.log("%sYour experience increases by %s%s%s!", hgh, expAward, col)
game.log("%sYou earn %s gold for your victory!", game.level.arena.bonusMultiplier)
game.log("%sYour experience increases by %s%d%s!", col, hgh, expAward, col)
game.log("%sYou earn %s gold for your victory!", col, game.level.arena.bonusMultiplier)
game.player.changed = true
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