summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/util.txt4
-rw-r--r--npc/functions/weather.txt2
2 files changed, 6 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;
}
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 149cb1618..f2642ee80 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -98,6 +98,8 @@ OnInit:
htput(.wcore, "019-2", "iceland");
htput(.wcore, "019-3", "iceland");
htput(.wcore, "019-4", "iceland");
+ htput(.wcore, "019-5", "iceland");
+ htput(.wcore, "019-6", "iceland");
htput(.wcore, "020-1", "iceland");
htput(.wcore, "022-1", "iceland");
htput(.wcore, "024-1", "iceland");