mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-04-04 17:31:29 +02:00
Update RedPill.js
This commit is contained in:
@ -113,7 +113,7 @@ function giveSourceFile(bitNodeNumber) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (alreadyOwned && ownedSourceFile) {
|
if (alreadyOwned && ownedSourceFile) {
|
||||||
if (ownedSourceFile.lvl >= 3) {
|
if (ownedSourceFile.lvl >= 3 && ownedSourceFile.n !== 12) {
|
||||||
dialogBoxCreate("The Source-File for the BitNode you just destroyed, " + sourceFile.name + ", " +
|
dialogBoxCreate("The Source-File for the BitNode you just destroyed, " + sourceFile.name + ", " +
|
||||||
"is already at max level!");
|
"is already at max level!");
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user