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

View File

@@ -152,7 +152,7 @@ export class PlayerObject extends Person implements IPlayer {
activeSourceFileLvl = generalMethods.activeSourceFileLvl;
applyEntropy = augmentationMethods.applyEntropy;
focusPenalty = generalMethods.focusPenalty;
startInfiltration = generalMethods.startInfiltration;
initInfiltration = generalMethods.initInfiltration;
constructor() {
super();