MISC: Apply SF override to charisma calculations (#2642)

This commit is contained in:
catloversg
2026-04-10 07:25:51 +07:00
committed by GitHub
parent d6299becd6
commit d25b1676ab
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ export function prestigeSourceFile(isFlume: boolean): void {
}
// BitNode 12: The Recursion
if (Player.bitNodeN === 12 && Player.activeSourceFileLvl(12) > 100) {
if (Player.bitNodeN === 12 && Player.sourceFileLvl(12) > 100) {
delayedDialog("Saynt_Garmo is watching you");
}