change stanek description

This commit is contained in:
Olivier Gagnon 2022-04-13 17:38:34 -04:00
parent f1b2af7360
commit a98f28fe92

@ -90,7 +90,7 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
</Typography> </Typography>
<DummyGrid <DummyGrid
width={4} width={3}
height={4} height={4}
fragments={[ fragments={[
new ActiveFragment({ new ActiveFragment({
@ -112,8 +112,8 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
</Typography> </Typography>
<DummyGrid <DummyGrid
width={4} width={5}
height={4} height={3}
fragments={[ fragments={[
new ActiveFragment({ new ActiveFragment({
x: 0, x: 0,
@ -129,9 +129,7 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
}), }),
]} ]}
/> />
<Typography sx={{ fontStyle: "italic" }}> <Typography sx={{ fontStyle: "italic" }}>No bonus is applied diagonally.</Typography>
Even though the booster touches many tiles, the bonus is only applied once.
</Typography>
<DummyGrid <DummyGrid
width={4} width={4}