summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/arcmage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/arcmage.txt b/npc/items/arcmage.txt
index 15ab88ccb..486db2661 100644
--- a/npc/items/arcmage.txt
+++ b/npc/items/arcmage.txt
@@ -19,7 +19,7 @@ function script MakeRandomArcmageCard {
// 5% chances of a rare card
// Actually only 1/3 of this rate is effective
// Therefore real chances are of about 1.67%
- if (.@r < 500) {
+ if (.@r < 500+JobLevel) {
array_push(.@arcmagecards, SpeedCard);
array_push(.@arcmagecards, ReflectCard);
array_push(.@arcmagecards, PowerCard);