From c1ac0b5fda7266c2ef8c1baaa6b49d9c42bda6ba Mon Sep 17 00:00:00 2001 From: Bunny <glisa825@gmail.com> Date: Sun, 31 May 2020 21:48:15 -0400 Subject: [PATCH] typo --- game/modules/tome/data/talents/spells/glacial-waste.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/spells/glacial-waste.lua b/game/modules/tome/data/talents/spells/glacial-waste.lua index 33dbb0d284..9b16c7e1be 100644 --- a/game/modules/tome/data/talents/spells/glacial-waste.lua +++ b/game/modules/tome/data/talents/spells/glacial-waste.lua @@ -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!") -- GitLab