summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 02d204be6..30b792b4a 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -88,7 +88,7 @@ function script siege_selectmob {
.@tp=getarg(2, 0);
// We don't need .@dif, so we convert difficulty to levels
- .@blv+=(.@dif/3);
+ .@blv+=(.@dif/any(2,2,3));
deletearray $@SIEGE_TMPMOBS;
setarray $@SIEGE_TMPMOBS, ManaGhost, CandiedSlime, Bif, SlimeBlast;