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

Defiled wands now increase max vim instead of procing vim restoration

git-svn-id: http://svn.net-core.org/repos/t-engine4@6376 51575b47-30f0-44d4-a5cc-537603b46e54
parent 26f2f96f
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,8 @@ newEntity{
rarity = 12,
cost = 5,
charm_on_use = {
{100, function(self, who) return ("regenerate %d vim"):format(self:getCharmPower(true) / 6) end, function(self, who)
who:incVim(self:getCharmPower(true) / 6)
end},
wielder = {
max_vim = resolvers.mbonus_material(15, 5),
}
}
......
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