mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
TRP message is sent only after installing
This commit is contained in:
parent
2592c6ccd8
commit
d16576f3a7
@ -69,7 +69,7 @@ function checkForMessagesToSend(): void {
|
|||||||
const truthGazer = Messages[MessageFilenames.TruthGazer];
|
const truthGazer = Messages[MessageFilenames.TruthGazer];
|
||||||
const redpill = Messages[MessageFilenames.RedPill];
|
const redpill = Messages[MessageFilenames.RedPill];
|
||||||
|
|
||||||
if (Player.hasAugmentation(AugmentationNames.TheRedPill)) {
|
if (Player.hasAugmentation(AugmentationNames.TheRedPill,true)) {
|
||||||
//Get the world daemon required hacking level
|
//Get the world daemon required hacking level
|
||||||
const worldDaemon = GetServer(SpecialServers.WorldDaemon);
|
const worldDaemon = GetServer(SpecialServers.WorldDaemon);
|
||||||
if (!(worldDaemon instanceof Server)) {
|
if (!(worldDaemon instanceof Server)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user