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

Shatter shouldnt give the damage achievements when used on critters

git-svn-id: http://svn.net-core.org/repos/t-engine4@6139 51575b47-30f0-44d4-a5cc-537603b46e54
parent a7499520
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ newTalent{
if act.rank <= 1 then
if act:canBe("instakill") then
game.logSeen(act, "%s shatters!", act.name:capitalize())
act:takeHit(100000, self)
act:die(self)
end
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