summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/042-10/ctrl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt
index 162f7cac4..4dfdfc492 100644
--- a/npc/042-10/ctrl.txt
+++ b/npc/042-10/ctrl.txt
@@ -205,7 +205,7 @@ function script KatazuliCore {
// (Probably spawn Dark Rose Field)
// PS. Every monster in this floor will drop them
getmapxy(.@m$, .@x, .@y, 0);
- KamelotCaveSpawn($KAMELOT_PC[.@g], .@x-rand2(4), .@y-rand2(4), .@x+rand2(4), .@y+rand2(4), $KAMELOT_MX[.@g], "042-10");
+ KamelotCaveSpawn($KAMELOT_PC[.@g], .@x-rand2(4), .@y-rand2(4), .@x+rand2(4), .@y+rand2(4), $KAMELOT_MX[.@g]+max(0, 300-.@power), "042-10");
.@x+=any(-3,-2,-1,1,2,3);
.@y+=any(-3,-2,-1,1,2,3);
monster(.@m$, .@x, .@y, strmobinfo(1, MagicGoblin), MagicGoblin, (@kataspam == 1 ? 6 : (@kataspam == 2 ? 5 : (@kataspam == 3 ? 4 : 3))) );