mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
convert to ts
This commit is contained in:
@@ -2379,7 +2379,6 @@ function applyAugmentation(aug: IPlayerOwnedAugmentation, reapply = false): void
|
||||
for (const mult in augObj.mults) {
|
||||
const v = Player.getMult(mult) * augObj.mults[mult];
|
||||
Player.setMult(mult, v);
|
||||
console.log(`${mult} ${v}`);
|
||||
}
|
||||
|
||||
// Special logic for NeuroFlux Governor
|
||||
|
||||
Reference in New Issue
Block a user