This commit is contained in:
Renan LE CARO 2025-05-04 14:30:58 +02:00
parent 892f800107
commit 6c506affc4
19 changed files with 137 additions and 87 deletions

View file

@ -61,7 +61,7 @@ export function newGameState(params: RunParams): GameState {
}
randomGift =
(isOptionOn("easy") && "slow_down") ||
(isOptionOn("kid") && "slow_down") ||
giftable[Math.floor(Math.random() * giftable.length)].id;
perks[randomGift] = 1;