summaryrefslogtreecommitdiff
path: root/npc/soren/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/soren/main.txt')
-rw-r--r--npc/soren/main.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt
index ba47bcc62..a8d1870fb 100644
--- a/npc/soren/main.txt
+++ b/npc/soren/main.txt
@@ -144,7 +144,7 @@ OnTimer31000:
.@itemId = Acorn ; break;
case 3:
case 4:
- .@itemId = ChocolateMouboo ; break;
+ .@itemId = any(BugLeg, ChocolateMouboo) ; break;
case 5:
case 6:
.@itemId = OrangeCupcake ; break;
@@ -292,7 +292,7 @@ OnTimer30900:
.@itemId = Acorn ; break;
case 3:
case 4:
- .@itemId = ChocolateMouboo ; break;
+ .@itemId = any(BugLeg, ChocolateMouboo) ; break;
case 5:
case 6:
.@itemId = OrangeCupcake ; break;
@@ -437,7 +437,7 @@ OnTimer31200:
.@itemId = Acorn ; break;
case 3:
case 4:
- .@itemId = ChocolateMouboo ; break;
+ .@itemId = any(BugLeg, ChocolateMouboo) ; break;
case 5:
case 6:
.@itemId = OrangeCupcake ; break;