summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-28 15:04:22 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-28 15:04:22 -0300
commitb48091cf9413f0ce915d4b03cefb492db318f1f7 (patch)
treed9218c83f9f2f081189fc17d84eca6e51929416b
parent71726602c37cb84b73777dc9198aaa36d2f886e0 (diff)
downloadserverdata-b48091cf9413f0ce915d4b03cefb492db318f1f7.tar.gz
serverdata-b48091cf9413f0ce915d4b03cefb492db318f1f7.tar.bz2
serverdata-b48091cf9413f0ce915d4b03cefb492db318f1f7.tar.xz
serverdata-b48091cf9413f0ce915d4b03cefb492db318f1f7.zip
Missing safety check
-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.");