summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-03-04 17:15:52 -0300
committerJesusaves <cpntb1@ymail.com>2022-03-04 17:15:52 -0300
commit6736dc81c5fc83afc2492bcfe7ab9a894bd0c86c (patch)
treed4c1f84d9f002e4044aac80312a11ed7bc1ef25c /npc/functions
parent9d7f3673912042159c19931fdd0d8f1eb7de2845 (diff)
downloadserverdata-6736dc81c5fc83afc2492bcfe7ab9a894bd0c86c.tar.gz
serverdata-6736dc81c5fc83afc2492bcfe7ab9a894bd0c86c.tar.bz2
serverdata-6736dc81c5fc83afc2492bcfe7ab9a894bd0c86c.tar.xz
serverdata-6736dc81c5fc83afc2492bcfe7ab9a894bd0c86c.zip
Previously, rebirth gave 1 fruit of each stat. Now it is a hidden passive.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 45823ac11..01e2f2b90 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -1256,6 +1256,10 @@ function script HUB_PvP {
// HUB_PCBonus ()
function script HUB_PCBonus {
+ /* Rebirth Passives */
+ if (REBIRTH)
+ bonus bAllStats, REBIRTH;
+
/* Rebirth Traits */
if (PCBONUS & PCB_ATKBONUS) {
bonus bAtk, 25;