summaryrefslogtreecommitdiff
path: root/npc/003-1/sarah.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/sarah.txt')
-rw-r--r--npc/003-1/sarah.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt
index 38fd2876b..44f473d57 100644
--- a/npc/003-1/sarah.txt
+++ b/npc/003-1/sarah.txt
@@ -38,7 +38,8 @@
// Quest completed
function quest_completed {
if (getq2(TulimsharQuest_Sarah) != gettimeparam(GETTIME_DAYOFMONTH)) {
- .@price = getiteminfo(CherryCake, ITEMINFO_SELLPRICE) * 4;
+ // Reward base is the same as Eugene: 1× + 500%
+ .@price = getiteminfo(CherryCake, ITEMINFO_SELLPRICE) * 6;
mesn;
mesq l("Hey, I remember you! You brought me cake the other day!");
next;