summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/politics.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt
index 7f5ddf88d..5e2a5e2cc 100644
--- a/npc/functions/politics.txt
+++ b/npc/functions/politics.txt
@@ -626,7 +626,7 @@ function script POL_Manage {
.@rcost=25;
.@b=5+(.@RP/10);
if ($GAME_STORYLINE >= 5)
- .@b = .@b * 3 / 2; // 50% Bonus after MK is dead
+ .@b = .@b * 5 / 2; // 150% Bonus after MK is dead
mesc l(".:: Server Boom ::."), 3;
mesc l("To cause a server happy hour (+%d%% EXP), you need:", .@b);
mesc l("%s GP and %d REP.", fnum(.@gcost), .@rcost);