summaryrefslogtreecommitdiff
path: root/npc/items/teleporter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r--npc/items/teleporter.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt
index 27453b248..64adb4120 100644
--- a/npc/items/teleporter.txt
+++ b/npc/items/teleporter.txt
@@ -21,6 +21,10 @@ OnUse:
dispbottom l("You are hurt, and cannot use this.");
end;
}
+ if (BaseLevel < 20) {
+ dispbottom l("This is too powerful to you. Get level 20 before attempting to use.");
+ end;
+ }
mesn;
mesc l("Ozthokk, a great sage from the Land Of Fire, holds secrets of time and space travel.");