From 7a3d24118810a2a6227aad4ae80f0759393a4ab7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 May 2019 22:12:10 -0300 Subject: Be more generous when player fails --- npc/functions/siege.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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; } -- cgit v1.2.3-60-g2f50