From b1e84724744c5941c0d12555f507928f912cb6eb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 May 2020 09:26:42 -0300 Subject: The last small push :3 --- npc/003-0-1/maxime.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/003-0-1/maxime.txt') 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; -- cgit v1.2.3-70-g09d2