summaryrefslogtreecommitdiff
path: root/world/map/npc/030-2/storage_helper.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/030-2/storage_helper.txt')
-rw-r--r--world/map/npc/030-2/storage_helper.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/world/map/npc/030-2/storage_helper.txt b/world/map/npc/030-2/storage_helper.txt
index d1c3f357..168937e8 100644
--- a/world/map/npc/030-2/storage_helper.txt
+++ b/world/map/npc/030-2/storage_helper.txt
@@ -69,7 +69,7 @@ L_Helping:
next;
menu
"Give " + $@xmas_good_friendly_name$, L_GoodCandy,
- "Give " + $@xmas_bad_friendly_name$ + "(What? how mean!).", L_BadCandy;
+ "Give " + $@xmas_bad_friendly_name$ + " (What? how mean!).", L_BadCandy;
L_BadCandy:
set @dq_level, $@xmas_bad_level;
@@ -81,9 +81,7 @@ L_BadCandy:
set @dq_exp, $@xmas_bad_exp;
callfunc "DailyQuest";
- if (countitem(@dq_name$) < @dq_count)
- goto L_Close;
- set @karma_bonus, $@xmas_karma_bonus;
+ set @karma_bonus, $@xmas_karma_bonus * @multipler;
callfunc "XmasNaughty";
goto L_Close;
@@ -97,9 +95,7 @@ L_GoodCandy:
set @dq_exp, $@xmas_good_exp;
callfunc "DailyQuest";
- if (countitem(@dq_name$) < @dq_count)
- goto L_Close;
- set @karma_bonus, $@xmas_karma_bonus;
+ set @karma_bonus, $@xmas_karma_bonus * @multipler;
callfunc "XmasNice";
goto L_Close;