This commit is contained in:
Renan LE CARO 2025-05-03 08:20:00 +02:00
parent 70182b0129
commit ca1c75a5a1
28 changed files with 992 additions and 1073 deletions

View file

@ -144,7 +144,7 @@ export function newGameState(params: RunParams): GameState {
needsRender: true,
autoCleanUses: 0,
...defaultSounds(),
upgrade_points: 0,
rerolls: 0,
creative:
params?.computer_controlled ||
sumOfValues(params.perks) > 1 ||