summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/magic.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 9848d3d4..9dee5543 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -836,7 +836,7 @@ SPELL hide (target : PC) : "#A13" =
status_change(target, SC_HIDE, 0, 0, 0, 0, 5000 + (spellpower * 2500));
CALL gain_xp(2);
message(target, "You are hidden!");
- message(caster, "You hid someone!");
+ IF (caster <> target) THEN message(caster, "You hid someone!");
ATEND message(target, "It's over!");
#--------------------------------------------------------------------------------