From b9d13e8d1d9a675c84b1422152a320f56233352c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jun 2020 01:44:26 -0300 Subject: Summoning when blacklisted will, for the first time, cause nature to fight you Later attempts will silently fail. --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 99d197994..062ba7733 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -568,7 +568,7 @@ function script HUB_SkillInvoke { SK_summon(.@mobId, 4, any(4,5)); break; case TMW2_DUCKY: - if (alignment() < 0 && !isequippedcnt(AegisShield)) + if (!alignment_cansummon()) break; SummonMagic(@skillId, Duck, 2, @skillLv); GetManaExp(@skillId, 1); -- cgit v1.2.3-70-g09d2