diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/042-10/ctrl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 06cde69aa..189fbcaca 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -561,7 +561,8 @@ OnInstanceInit: // Fill the whole cave with at least, 1 per 500 tiles // There are 16800 tiles, so = 36 guards should do the trick - KamelotCaveSpawn(36, 20, 20, 160, 140, .@avg, .@m$); + // Actually, lets make that 50% bigger, so, 54 guards. Map is big. + KamelotCaveSpawn(54, 20, 20, 160, 140, .@avg, .@m$); end; } |