diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-26 01:44:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-26 01:44:26 -0300 |
commit | b9d13e8d1d9a675c84b1422152a320f56233352c (patch) | |
tree | c2df5b7fe4398ede62427bde787a9eb2ff91ce1c /npc/functions/hub.txt | |
parent | 7dde5a1b2b8338dfea84ef5d4671f3bf7927fd75 (diff) | |
download | serverdata-b9d13e8d1d9a675c84b1422152a320f56233352c.tar.gz serverdata-b9d13e8d1d9a675c84b1422152a320f56233352c.tar.bz2 serverdata-b9d13e8d1d9a675c84b1422152a320f56233352c.tar.xz serverdata-b9d13e8d1d9a675c84b1422152a320f56233352c.zip |
Summoning when blacklisted will, for the first time, cause nature to fight you
Later attempts will silently fail.
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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); |