mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
INFILTRATION: Change "slash" to "attack", less potential confusion (#251)
This commit is contained in:
parent
45221ead06
commit
f943e5d603
@ -61,7 +61,7 @@ export function SlashGame(props: IMinigameProps): React.ReactElement {
|
||||
<>
|
||||
<GameTimer millis={5000} onExpire={props.onFailure} />
|
||||
<Paper sx={{ display: "grid", justifyItems: "center" }}>
|
||||
<Typography variant="h4">Slash when his guard is down!</Typography>
|
||||
<Typography variant="h4">Attack when his guard is down!</Typography>
|
||||
|
||||
{hasAugment ? (
|
||||
<Box sx={{ my: 1 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user