Dejar globo de firmar por 1s
This commit is contained in:
parent
2799122ec1
commit
95ddec0eac
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ export function update(juego: Juego<State>, dt: number) {
|
||||||
if (citizen) {
|
if (citizen) {
|
||||||
juego.state.signatures += 1000;
|
juego.state.signatures += 1000;
|
||||||
juego.state.citizens = juego.state.citizens.filter((c) => c != citizen);
|
juego.state.citizens = juego.state.citizens.filter((c) => c != citizen);
|
||||||
juego.state.justSigned = 2000;
|
juego.state.justSigned = 1000;
|
||||||
} else {
|
} else {
|
||||||
if (juego.state.seedCooldown < 0) {
|
if (juego.state.seedCooldown < 0) {
|
||||||
const seedSpeed = juego.canvas.width * 0.7;
|
const seedSpeed = juego.canvas.width * 0.7;
|
||||||
|
|
Loading…
Reference in a new issue