Skip to content
Snippets Groups Projects
Commit 14fba98f authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix typo

parent b48eb7ef
No related branches found
No related tags found
1 merge request!555Fixes+Misc
......@@ -23,7 +23,7 @@ newEntity{
level_range = {1, 50},
rarity = 15,
charm_power_def = {add=3, max=200, floor=true},
resolvers.charm("setup a psionic shield, reducing all damage taken %d for 5 turns", 25, function(self, who)
resolvers.charm("setup a psionic shield, reducing all damage taken by %d for 5 turns", 25, function(self, who)
who:setEffect(who.EFF_PSIONIC_SHIELD, 5, {kind="all", power=self:getCharmPower(who)})
game.logSeen(who, "%s uses %s!", who.name:capitalize(), self:getName{no_add_name=true, do_color=true})
return {id=true, used=true}
......
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