From 5545813b6e9db8c44dc59475b2b0b526b13442eb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Aug 2018 18:06:18 -0300 Subject: Fix evil menus at Event Master --- npc/001-1/eventmaster.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/001-1/eventmaster.txt') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 96f3fd987..6446185d3 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -271,7 +271,7 @@ L_Norm: if (@menu != 1) input .@c, 0, 100; - if (.@c == 0) + if (.@c == 0 && @menu != 1) @menu=99; @@ -391,7 +391,7 @@ L_Sli: if (@menu != 1) input .@c, 0, 100; - if (.@c == 0) + if (.@c == 0 && @menu != 1) @menu=99; @@ -468,7 +468,7 @@ L_Plants: if (@menu != 1) input .@c, 0, 100; - if (.@c == 0) + if (.@c == 0 && @menu != 1) @menu=99; @@ -569,7 +569,7 @@ L_Agr: if (@menu != 1) input .@c, 0, 100; - if (.@c == 0) + if (.@c == 0 && @menu != 1) @menu=99; @@ -665,7 +665,7 @@ L_EventOnly: if (@menu != 1) input .@c, 0, 100; - if (.@c == 0) + if (.@c == 0 && @menu != 1) @menu=99; switch (@menu) { @@ -729,7 +729,7 @@ L_Boss: if (@menu != 1) input .@c, 0, 100; - if (.@c == 0) + if (.@c == 0 && @menu != 1) @menu=99; switch (@menu) { @@ -775,7 +775,7 @@ L_Drop: if (@menu != 1) input .@c, 0, countitem(StrangeCoin)/10; - if (.@c == 0) + if (.@c == 0 && @menu != 1) @menu=1; delitem(StrangeCoin,.@c*10); -- cgit v1.2.3-60-g2f50