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

Fix Void Echoes

git-svn-id: http://svn.net-core.org/repos/t-engine4@4702 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0b0e2b6f
No related branches found
No related tags found
No related merge requests found
......@@ -427,8 +427,8 @@ newDamageType{
return DamageType.defaultProjector(src, x, y, type, dam)
else
game.logSeen(target, "%s resists the mind attack!", target.name:capitalize())
return 0
end
return 0
end
end,
death_message = {"psyched", "mentally tortured", "mindraped"},
......
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