summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/re/010-1-5.mcachebin474 -> 476 bytes
-rw-r--r--maps/re/010-2.mcachebin1805 -> 1808 bytes
-rw-r--r--npc/003-1/eugene.txt9
3 files changed, 8 insertions, 1 deletions
diff --git a/maps/re/010-1-5.mcache b/maps/re/010-1-5.mcache
index cd87a65f0..f64ed8055 100644
--- a/maps/re/010-1-5.mcache
+++ b/maps/re/010-1-5.mcache
Binary files differ
diff --git a/maps/re/010-2.mcache b/maps/re/010-2.mcache
index f665f6191..e322a9a51 100644
--- a/maps/re/010-2.mcache
+++ b/maps/re/010-2.mcache
Binary files differ
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt
index cdc1db4ad..4891dc0e5 100644
--- a/npc/003-1/eugene.txt
+++ b/npc/003-1/eugene.txt
@@ -104,10 +104,17 @@ L_QuestDone:
}
close;
+L_Sidequest2:
+ mesn;
+ mesc l("Eugene bows politely, but he thinks he can use more.");
+ goto L_SidequestSub;
+
L_Sidequest:
mesn;
mesq l("Maybe I'm using a too low quality bait, I can't fish %s.", getitemlink(GrassCarp));
next;
+
+L_SidequestSub:
mesn;
mesq l("I offer you %d GP for one. What do you say?", .SuperPrice);
if (!countitem(GrassCarp))
@@ -121,7 +128,7 @@ L_Sidequest:
// Maybe you can repeat, if so, do this immediately
if (.@q2 < .@maxcarps)
- goto L_Sidequest;
+ goto L_Sidequest2;
// Maxed for the day, give you a hint
mesn;