Skip to content
Snippets Groups Projects
Commit c1ac0b5f authored by Lisa Greene's avatar Lisa Greene
Browse files

typo

parent 96c1b11a
No related branches found
No related tags found
1 merge request!637Misc (mostly bugfixes)
......@@ -74,7 +74,7 @@ newTalent{
soul = self:alterTalentCost(t, "soul", soul)
if self:getSoul() < soul or self:getMana() < mana then
game.logPlayer(self, "#GREY#Your hiemal shield does not have enough ressources!")
game.logPlayer(self, "#GREY#Your hiemal shield does not have enough resources!")
self:forceUseTalent(t.id, {ignore_energy=true})
else
game.logPlayer(self, "#GREY#Your hiemal shield regenerates to full!")
......
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