Dejar globo de firmar por 1s

This commit is contained in:
Nulo 2021-07-06 21:13:52 +00:00
parent 2799122ec1
commit 95ddec0eac
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ export function update(juego: Juego<State>, dt: number) {
if (citizen) {
juego.state.signatures += 1000;
juego.state.citizens = juego.state.citizens.filter((c) => c != citizen);
juego.state.justSigned = 2000;
juego.state.justSigned = 1000;
} else {
if (juego.state.seedCooldown < 0) {
const seedSpeed = juego.canvas.width * 0.7;