diff options
-rw-r--r-- | conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 9dee5543..db43e989 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -837,7 +837,7 @@ SPELL hide (target : PC) : "#A13" = CALL gain_xp(2); message(target, "You are hidden!"); IF (caster <> target) THEN message(caster, "You hid someone!"); - ATEND message(target, "It's over!"); + ATEND message(target, "You are no longer hidden."); #-------------------------------------------------------------------------------- # Level 2 spells |