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

Fix Sharp Bones when saving/reloading

git-svn-id: http://svn.net-core.org/repos/t-engine4@3163 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3bea8431
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,9 @@ newTalent{
type = "physical", subtype="sharp", id_by_type=true, unided_name = "trap", identified=true,
name = "sharp bones",
display = '^', color=colors.ANTIQUE_WHITE,
dam = dam,
triggered = function(self, x, y, who)
self:project({type="hit",x=x,y=y}, x, y, engine.DamageType.BLEED, dam)
self:project({type="hit",x=x,y=y}, x, y, engine.DamageType.BLEED, self.dam)
return true, true
end,
summoner_gain_exp = true,
......
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