mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
Update Bracket Game
This commit is contained in:
@@ -60,7 +60,7 @@ export function SlashGame(props: IMinigameProps): React.ReactElement {
|
||||
return (
|
||||
<>
|
||||
<GameTimer millis={5000} onExpire={props.onFailure} />
|
||||
<Paper sx={{ display: "grid", gridTemplateColumns: "1fr", justifyItems: "center" }}>
|
||||
<Paper sx={{ display: "grid", justifyItems: "center" }}>
|
||||
<Typography variant="h4">Slash when his guard is down!</Typography>
|
||||
|
||||
{hasAugment ? (
|
||||
|
||||
Reference in New Issue
Block a user