mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Smarter icarus.msg, new truthgazer.msg, fix long-standing message bug
Sorry for putting this all in one commit; it all happened at the same time as a direct conscequence of trying to get icarus.msg to be smarter. There's a compilation error on MessageHelpers.ts:24, but the game seems to run fine so I'm committing and coming back to it later.
This commit is contained in:
@@ -10,7 +10,7 @@ import Button from "@mui/material/Button";
|
||||
import { Money } from "../../ui/React/Money";
|
||||
import { IPlayer } from "../../PersonObjects/IPlayer";
|
||||
import { IRouter } from "../../ui/Router";
|
||||
import { checkForMessagesToSend } from "../../Message/MessageHelpers"
|
||||
import { checkForMessagesToSend } from "../../Message/MessageHelpers";
|
||||
|
||||
interface IProps {
|
||||
player: IPlayer;
|
||||
|
||||
Reference in New Issue
Block a user