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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2457 51575b47-30f0-44d4-a5cc-537603b46e54
parent 56c03e51
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ newTalent{
local trap = game.level.map(tx, ty, Map.TRAP)
if trap then return end
local dam = t.getDamage(self, t)
local dam = t.getDazeDuration(self, t)
local trap = Trap.new{
name = "glyph of paralysis",
type = "elemental", id_by_type=true, unided_name = "trap",
......
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