diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:59:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:59:43 -0300 |
commit | 90f8941def4b977e65bd0f441aab526333736a11 (patch) | |
tree | ec3736e49358e34f6938293d6616e80c8735702c /npc/006-6/all.txt | |
parent | 71fdf4363252da10392a944f588a26222bd4e5e4 (diff) | |
download | serverdata-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/all.txt')
-rw-r--r-- | npc/006-6/all.txt | 2 |
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."); |