summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index fb138de01..5102f9430 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -1134,7 +1134,7 @@ function script NewcomerEXPDROPUP {
.@BONUS=max(1, .@BONUS);
// Rebirth
} else {
- .@BONUS=REBIRTH*1;
+ .@BONUS=REBIRTH*2;
}
// Defaults to 24 hours
sc_end SC_CASH_PLUSEXP;