summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0-1/maxime.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt
index 50015c6b3..ed3204b9e 100644
--- a/npc/003-0-1/maxime.txt
+++ b/npc/003-0-1/maxime.txt
@@ -27,6 +27,7 @@
rif(.@q > 20, l("I want THREE batches!")), 3,
rif(.@q > 30, l("I need FIVE batches!")), 5,
rif(.@q > 50, l("I have a supplier, gimme TEN batches!")), 10,
+ rif(.@q > 75, l("Do as much as possible.")), 100,
l("Ah, nice to know."), 0;
mes "";
@@ -35,8 +36,8 @@
goto L_Close;
for (.@i=0; .@i < @menuret; .@i++) {
- if (!MaximeOven())
- goto L_Missing;
+ if (!MaximeOven())
+ goto L_Missing;
}
mesn;
@@ -49,6 +50,7 @@ L_Close:
close;
L_Missing:
+ if (@menuret == 100) close;
mesn;
mesq l("You don't have everything I asked you for.");
next;