Skip to content
Snippets Groups Projects
Commit 59cafa63 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2873 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2681f3e1
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ newEntity{ define_as = "ACOLYTE",
on_die = function(self)
if not game.level.turn_counter then return end
game.level.turn_counter = game.level.turn_counter + 6
game.level.turn_counter = game.level.turn_counter + 6 * 10
local nb = 0
local melinda
......
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