Explorar el Código

Fix gigamacro sizes for March and Noir

tags/v0.0.7
Fen Dweller hace 5 años
padre
commit
abc0bc3f4b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Ver fichero

@@ -193,7 +193,7 @@ function makeMarch() {

entity.defaults.push({
name: "Gigamacro",
height: math.unit(15963, "meters")
height: math.unit(15963, "km")
});

entity.defaults.push({
@@ -254,7 +254,7 @@ function makeNoir() {

entity.defaults.push({
name: "Gigamacro",
height: math.unit(22500, "meters")
height: math.unit(22500, "km")
});

entity.defaults.push({


Cargando…
Cancelar
Guardar