From abca1bac59244b0edc83bcd73c2c7c20925d1d73 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Tue, 22 Oct 2019 15:02:47 +0200 Subject: [PATCH] Spells usable with aether avatar now say so in their description (on the Is: line) --- game/modules/tome/data/talents.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents.lua b/game/modules/tome/data/talents.lua index 6292f173f6..ed8e04d946 100644 --- a/game/modules/tome/data/talents.lua +++ b/game/modules/tome/data/talents.lua @@ -99,7 +99,8 @@ Talents.is_a_type = { is_mind = "a mind power", is_nature = "a nature gift", is_antimagic = "an antimagic ability", - is_summon = " a summon power", + is_summon = "a summon power", + use_only_arcane = "usable with Aether Avatar", } Talents.damDesc = damDesc -- GitLab