summaryrefslogtreecommitdiff
path: root/npc/042-10
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-10')
-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 2f6f3305a..06cde69aa 100644
--- a/npc/042-10/ctrl.txt
+++ b/npc/042-10/ctrl.txt
@@ -151,7 +151,7 @@ function script KatazuliCore {
// Your own power boost
.@bint=rand2(readparam2(bInt)/2, readparam2(bInt));
- .@cat+=limit(1, .@bint/35, 3);
+ .@cat+=limit(1, .@bint/32, 4);
// Power the circle
.@power=getd("$@GTEMP_"+.@id+"_"+.@m$)+.@cat;