diff options
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/recepcionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt index 4230a8b7e..90c4a4274 100644 --- a/npc/003-0/recepcionist.txt +++ b/npc/003-0/recepcionist.txt @@ -155,7 +155,7 @@ OnInstanceInit: end; OnTouch: - if (MAGIC_LVL) + if (MAGIC_LVL && $HURNS_LIBDATE) warp "027-1", any(89,90), 155; end; } |