summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-3/alan.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt
index ed800f17f..286270e78 100644
--- a/npc/012-3/alan.txt
+++ b/npc/012-3/alan.txt
@@ -121,9 +121,9 @@ OnClock1800:
restoreshopitem TrainingArrow, -1, 2000;
restoreshopitem Arrow, -1, 1000;
restoreshopitem IronArrow, -1, 500;
- if ($ARKIM_ST > 1400)
- restoreshopitem CursedArrow, -1, $ARKIM_ST-1400;
if ($ARKIM_ST > 2800)
- restoreshopitem PoisonArrow, -1, $ARKIM_ST-2800;
+ restoreshopitem CursedArrow, -1, (($ARKIM_ST-1400)/200);
+ if ($ARKIM_ST > 5600)
+ restoreshopitem PoisonArrow, -1, (($ARKIM_ST-2800)/200);
}