summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index d3aebb7d1..68967b55e 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -1191,6 +1191,10 @@ function script NewcomerEXPDROPUP {
sc_end SC_CASH_RECEIVEITEM;
sc_start SC_CASH_PLUSEXP, 86400000, (REBIRTH ? .@BONUS : .@BONUS*2/3);
sc_start SC_CASH_RECEIVEITEM, 86400000, .@BONUS;
+ // This does not belong here, but...
+ if (getq(LoFQuest_EPISODE) == 13) {
+ sc_start SC_POISON, 86400000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK;
+ }
return .@BONUS;
}