From caf30f5b9a72b61953eaf8ea2961b202d3cbadf5 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Mon, 2 Nov 2020 23:14:04 +0100 Subject: [PATCH] meh --- game/modules/tome/data/talents/chronomancy/other.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/chronomancy/other.lua b/game/modules/tome/data/talents/chronomancy/other.lua index b70d590807..dd97c9a2a3 100644 --- a/game/modules/tome/data/talents/chronomancy/other.lua +++ b/game/modules/tome/data/talents/chronomancy/other.lua @@ -802,7 +802,7 @@ newTalent{ getArmor = function(self, t) return math.ceil(self:combatTalentSpellDamage(t, 20, 50, getParadoxSpellpower(self, t))) end, callbackOnActBase = function(self, t) local maxspikes = t.getArmor(self, t) - if self.carbon_armor < maxspikes then + if self.carbon_armor and self.carbon_armor < maxspikes then self.carbon_armor = self.carbon_armor + 1 end end, -- GitLab