Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
stroll
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
11
Wiki
Actividad
Explorar el Código
Revert "Part growth is no longer reduced by 90%"
This reverts commit
dde238ae5c
.
tags/v1.0.0
Fen Dweller
hace 7 años
padre
dde238ae5c
commit
2dcfce6b45
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
game.js
+ 2
- 0
game.js
Ver fichero
@@ -4121,6 +4121,8 @@ function grow_pick(times) {
macro.growthPoints -= (times - 1) * 10;
}
times /= 10;
switch (button.id.replace("button-growth-", "")) {
case "body": grow(times); break;
case "paws": grow_paws(times); break;
Escribir
Vista previa
Cargando…
Cancelar
Guardar