summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index f8d15a089..f7d2dc9e7 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -1301,7 +1301,7 @@ function script HUB_PCBonus {
bonus bSpeedAddRate, 5;
}
if (PCBONUS & PCB_WEIGHTBONUS) {
- bonus bAddMaxWeight, 1000;
+ bonus bAddMaxWeight, 2000;
}
if (PCBONUS & PCB_EXPBONUS) {
bonus2 bExpAddRace, RC_All, 10;