Skip to content
Snippets Groups Projects
Commit 2408c3df authored by dg's avatar dg
Browse files

Sand tunnels will be strengthened by a second tunneler passing by

git-svn-id: http://svn.net-core.org/repos/t-engine4@2068 51575b47-30f0-44d4-a5cc-537603b46e54
parent 58ba566f
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,10 @@ newEntity{
engine.DamageType:get(engine.DamageType.PHYSICAL).projector(self, self.x, self.y, engine.DamageType.PHYSICAL, a.life / 2)
end
end
end
end,
dig = function(src, x, y, old)
self.temporary = 20
end,
}
sand.summoner_gain_exp = true
sand.summoner = src
......
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