From e7266b0b989abfa8e0e2606331aafac6b0b9354e Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Mon, 13 Jul 2020 17:53:13 +0200 Subject: [PATCH] Fix necrotic minions being able to receive items but not using them --- game/modules/tome/data/talents/spells/spells.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/game/modules/tome/data/talents/spells/spells.lua b/game/modules/tome/data/talents/spells/spells.lua index 6ecac8334a..0d7c8b05f3 100644 --- a/game/modules/tome/data/talents/spells/spells.lua +++ b/game/modules/tome/data/talents/spells/spells.lua @@ -184,6 +184,7 @@ function necroSetupSummon(self, def, x, y, level, turns, no_control) -- Try to use stored AI talents to preserve tweaking over multiple summons m.ai_talents = self.stored_ai_talents and self.stored_ai_talents[m.name] or {} m.inc_damage = table.clone(self.inc_damage, true) + m.no_inventory_access = 1 m.no_breath = 1 m.no_drops = true m.minion_be_nice = 1 -- GitLab