diff options
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."); |