summaryrefslogtreecommitdiff
path: root/npc/006-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 11:59:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 11:59:43 -0300
commit90f8941def4b977e65bd0f441aab526333736a11 (patch)
treeec3736e49358e34f6938293d6616e80c8735702c /npc/006-6
parent71fdf4363252da10392a944f588a26222bd4e5e4 (diff)
downloadserverdata-90f8941def4b977e65bd0f441aab526333736a11.tar.gz
serverdata-90f8941def4b977e65bd0f441aab526333736a11.tar.bz2
serverdata-90f8941def4b977e65bd0f441aab526333736a11.tar.xz
serverdata-90f8941def4b977e65bd0f441aab526333736a11.zip
Add required skill: Resurrection. Continue the code for the showdown.
Diffstat (limited to 'npc/006-6')
-rw-r--r--npc/006-6/all.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-6/all.txt b/npc/006-6/all.txt
index 8b69bead8..50a40781f 100644
--- a/npc/006-6/all.txt
+++ b/npc/006-6/all.txt
@@ -37,7 +37,7 @@ OnInit:
end;
OnTouch:
- if (BaseLevel > 50)
+ if (!$@ICICLE_CHALLENGE)
warp "006-7", 44, 49;
else
dispbottom l("Your strength is not enough to power on this portal.");