diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/siege.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index 9f7ebd191..307274712 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -183,7 +183,7 @@ function script siege_check { $MK_TEMPVAR-=1; kamibroadcast("Players failed to defend the city!!"); debugmes "Number of boss grade monsters found: %d", .@mb; - $SIEGE_DIFFICULTY-=1; + $SIEGE_DIFFICULTY=max(1, ($SIEGE_DIFFICULTY/2)); } else { $SIEGE_DIFFICULTY+=1; } |