diff options
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 74de30b30..620a837c2 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -130,6 +130,8 @@ L_MKControl: OnMKSiege: $@SIEGE_TULIM=rand(1,10); + // Reduce difficulty here so it ranges from 1~6 instead of 1~10, with higher chances at 2~5 range. + $@SIEGE_TULIM=($@SIEGE_TULIM/2)+1; OnStartSiege: siege_setup("004-1"); kamibroadcast(col("WARNING! WARNING! Monster Army marching towards Tulimshar!!",1)); |