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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1888 51575b47-30f0-44d4-a5cc-537603b46e54
parent 75a55ca0
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ newEntity{ base = "BASE_RING", ...@@ -217,7 +217,7 @@ newEntity{ base = "BASE_RING",
}, },
} }
newEntity{ base = "BASE_RING", newEntity{ base = "BASE_AMULET",
unique = true, unique = true,
name = "Feathersteel Amulet", color = colors.WHITE, name = "Feathersteel Amulet", color = colors.WHITE,
unided_name = "light amulet", unided_name = "light amulet",
......
...@@ -56,7 +56,7 @@ newTalent{ ...@@ -56,7 +56,7 @@ newTalent{
ATTACK = 10, ATTACK = 10,
}, },
range = 20, range = 20,
direct_hit = function(sef, t) if self:getTalentLevel(t) >= 3 then return true else return false end end, direct_hit = function(self, t) if self:getTalentLevel(t) >= 3 then return true else return false end end,
reflectable = true, reflectable = true,
requires_target = true, requires_target = true,
action = function(self, t) action = function(self, t)
......
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