summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 edb6331ee..50d032546 100644
--- a/npc/026-6/ctrl.c
+++ b/npc/026-6/ctrl.c
@@ -79,7 +79,7 @@ OnTouch:
if ($@MK_CHALLENGE) end;
if ($GAME_STORYLINE >= 5 && !@menuint) cwarp "026-6", 22, 41;
// Begin the challenge! It's SHOWDOWN TIME!
- $@MK_CHALLENGE=@menuint;
+ $@MK_CHALLENGE=max(1, @menuint);
kamibroadcast(strcharinfo(0)+" has CHALLENGED the MONSTER KING to a SHOWDOWN!", "WORLD HEART");
sleep(2500);
mapannounce("026-6", "WORLD HEART : The teleporter is now enabled... Get to positions!", bc_map|bc_npc);