Explorar el Código

Fix plural form for galaxies

tags/v0.0.4
Fen Dweller hace 5 años
padre
commit
a6beff0a16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js Ver fichero

@@ -136,7 +136,7 @@ const buildings = {
},
"galaxy": {
"name": "Galaxy",
"plural": "Galaxy",
"plural": "Galaxies",
"desc": "In a galaxy far, far down your gullet...",
"cost": 4.0e17,
"prod": 1e15/2.6,


Cargando…
Cancelar
Guardar