summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/magic.conf.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 40105567..efdee497 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -862,7 +862,8 @@ SPELL detect-players : "#G10" =
message = "";
FOREACH PC target IN rbox(location(caster), spellpower / 2)
DO IF ((target <> caster)
- && not (running_status_update(pc(target), SC_HIDE)))
+ && not (running_status_update(pc(target), SC_HIDE))
+ && not (is_gm_invisible(target)))
THEN (IF message <> ""
THEN message = message + ", ";
message = message + name_of (target);
@@ -1285,7 +1286,6 @@ LOCAL SPELL mouboo-smell : "#s" =
message(p, "You notice a strange smell all around you.");
-
PROCEDURE hug_tree(target) =
IF (target = ""
|| target = "tree" || target = "tree*"