summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-01-19 21:31:58 +0100
committerFedja Beader <fedja@protonmail.ch>2023-01-20 15:13:19 +0100
commita0eb996554888720cb2415f7b6068704863d706c (patch)
tree7360c83b0683fe84f07d756cafe1ca6881db390e /npc/functions/aurora.txt
parent801c520342c7542610d3e8486125b77e31b22c99 (diff)
downloadserverdata-a0eb996554888720cb2415f7b6068704863d706c.tar.gz
serverdata-a0eb996554888720cb2415f7b6068704863d706c.tar.bz2
serverdata-a0eb996554888720cb2415f7b6068704863d706c.tar.xz
serverdata-a0eb996554888720cb2415f7b6068704863d706c.zip
Also increase job rate to 300%
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 42a5af266..e31f56247 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -344,6 +344,7 @@ function script FYEConf_Regnum {
$REGNUM_BLESSMAP_H$=.@mb$[.@m];
// Apply the blessing
setmapflag(.@ma$[.@m], mf_bexp, 300);
+ setmapflag(.@ma$[.@m], mf_jexp, 300);
return;
}
@@ -823,6 +824,7 @@ function script FYE_Normalize {
if ($EVENT$ == "Regnum") {
// Reapply the Regnum's blessing
setmapflag($REGNUM_BLESSMAP$, mf_bexp, 300);
+ setmapflag($REGNUM_BLESSMAP$, mf_jexp, 300);
}
return;
}