CODEBASE: Follow-up of infil refactor #2316 (#2393)

This commit is contained in:
catloversg
2025-11-23 14:08:15 +07:00
committed by GitHub
parent f3e9e3ddc8
commit 329fdc50fb
7 changed files with 14 additions and 12 deletions
@@ -603,7 +603,7 @@ export function focusPenalty(this: PlayerObject): number {
}
/** This doesn't change the current page; that is up to the caller. */
export function startInfiltration(this: PlayerObject, location: Location): void {
export function initInfiltration(this: PlayerObject, location: Location): void {
if (!location.infiltrationData)
throw new Error(`trying to start infiltration at ${location.name} but the infiltrationData is null`);
this.infiltration = new Infiltration(location);