summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0/recepcionist.txt2
-rw-r--r--npc/009-1/guards.txt2
2 files changed, 2 insertions, 2 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;
}
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt
index b214a70fe..d51197157 100644
--- a/npc/009-1/guards.txt
+++ b/npc/009-1/guards.txt
@@ -24,7 +24,7 @@
l("I'm fine, thanks."),
l("My equipment is good, let me through!");
mes "";
- if (@menu == 2) {
+ if (@menu == 2 && $HURNS_LIBDATE) {
if (BaseLevel < 20) {
mesn;
.@palgal$=lg("gal", "pal");