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:
Undeemiss
2022-04-13 01:53:22 -05:00
parent f47f2239bd
commit dfadfcea09
5 changed files with 135 additions and 151 deletions
+1 -1
View File
@@ -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;