summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/_procedures.txt
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-24 13:56:25 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-24 14:01:58 -0400
commit1d40cf4b2cf1120f0b54c6ad9bd850de3dd6b8b9 (patch)
tree2cfb1a008dd06be35a59a6dd6921eb3034511860 /world/map/npc/magic/_procedures.txt
parentff15e5753a9566604f308376cc3a53c81b92e9b8 (diff)
downloadserverdata-1d40cf4b2cf1120f0b54c6ad9bd850de3dd6b8b9.tar.gz
serverdata-1d40cf4b2cf1120f0b54c6ad9bd850de3dd6b8b9.tar.bz2
serverdata-1d40cf4b2cf1120f0b54c6ad9bd850de3dd6b8b9.tar.xz
serverdata-1d40cf4b2cf1120f0b54c6ad9bd850de3dd6b8b9.zip
makes spells respect @invisible
Diffstat (limited to 'world/map/npc/magic/_procedures.txt')
-rw-r--r--world/map/npc/magic/_procedures.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/_procedures.txt b/world/map/npc/magic/_procedures.txt
index d3c63bf7..b53aaa7c 100644
--- a/world/map/npc/magic/_procedures.txt
+++ b/world/map/npc/magic/_procedures.txt
@@ -27,7 +27,7 @@ OnClear:
function|script|magic_checks
{
set .@r, 0;
- if(getpvpflag(1)) set .@r, 1; // FIXME: make HIDDEN into a param
+ if(HIDDEN) set .@r, 1; // can not cast with @hide
if(@_M_BLOCK) set .@r, 2; // check if last debuff ended
if(Hp < 1) set .@r, 3; // can not cast when dead
if (.@r)