diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-19 21:26:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-19 21:26:56 -0300 |
commit | 6ce4c59cfdc99c0c4a1d10fc28f5cf973ed5a5e8 (patch) | |
tree | 13bcf8cf100641a1c41dc84ed3bc09a11919fb78 /npc | |
parent | df0687a362dc4155ec809508b1320768cabc8a80 (diff) | |
download | serverdata-6ce4c59cfdc99c0c4a1d10fc28f5cf973ed5a5e8.tar.gz serverdata-6ce4c59cfdc99c0c4a1d10fc28f5cf973ed5a5e8.tar.bz2 serverdata-6ce4c59cfdc99c0c4a1d10fc28f5cf973ed5a5e8.tar.xz serverdata-6ce4c59cfdc99c0c4a1d10fc28f5cf973ed5a5e8.zip |
Aegis Shield override
Diffstat (limited to 'npc')
-rw-r--r-- | npc/config/magic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 39b138504..340f89c08 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -152,7 +152,7 @@ function script SK_summon { if ($@GM_OVERRIDE || debug) debugmes "Skill "+@skillId+" Lv "+@skillLv; // Blocked from summoning magic - if (alignment() < 0) + if (alignment() < 0 && !isequippedcnt(AegisShield)) return; if (rand2(5) < abizit()) { |