mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 13:15:48 +01:00
rm console log
This commit is contained in:
parent
bb8af88b77
commit
22c6a10eae
@ -455,10 +455,8 @@ function evaluateVersionCompatibility(ver: string | number): void {
|
||||
// 2.0.0 work rework
|
||||
AwardNFG(10);
|
||||
const create = anyPlayer["createProgramName"];
|
||||
console.log(create);
|
||||
if (create) Player.getHomeComputer().pushProgram(create);
|
||||
const graft = anyPlayer["graftAugmentationName"];
|
||||
console.log(graft);
|
||||
if (graft) Player.augmentations.push({ name: graft, level: 1 });
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user