summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-18 20:18:35 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-18 20:18:35 -0300
commitd1b33662cfb02103f91eb153cb3d6658488657bc (patch)
treebef43c2586906826520b028f74eee213d3dc23be
parent24c1f420cd606ddb84666c26f01429cad2d0ed8b (diff)
downloadserverdata-d1b33662cfb02103f91eb153cb3d6658488657bc.tar.gz
serverdata-d1b33662cfb02103f91eb153cb3d6658488657bc.tar.bz2
serverdata-d1b33662cfb02103f91eb153cb3d6658488657bc.tar.xz
serverdata-d1b33662cfb02103f91eb153cb3d6658488657bc.zip
Fix cwarp typo
-rw-r--r--npc/026-6/ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-6/ctrl.c b/npc/026-6/ctrl.c
index 8f2e07b4c..edb6331ee 100644
--- a/npc/026-6/ctrl.c
+++ b/npc/026-6/ctrl.c
@@ -77,7 +77,7 @@ OnTouch:
}
// Already started or no difficulty selected
if ($@MK_CHALLENGE) end;
- if (!@menuint) cwarp "026-6", 22, 41;
+ if ($GAME_STORYLINE >= 5 && !@menuint) cwarp "026-6", 22, 41;
// Begin the challenge! It's SHOWDOWN TIME!
$@MK_CHALLENGE=@menuint;
kamibroadcast(strcharinfo(0)+" has CHALLENGED the MONSTER KING to a SHOWDOWN!", "WORLD HEART");