Up weight of event DNA Splicers

This commit is contained in:
damocleas 2025-02-11 00:23:30 -05:00 committed by GitHub
parent 3a066ba9eb
commit e84e2dcf1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1725,7 +1725,7 @@ const modifierPool: ModifierPool = {
if (globalScene.gameMode.isSplicedOnly) {
return 4;
} else if (globalScene.gameMode.isClassic && globalScene.eventManager.areFusionsBoosted()) {
return 1;
return 2;
}
}
return 0;