Explorar el Código

Adjust Raxinath's sizes

master
Fen Dweller hace 5 años
padre
commit
8ad2fe4ce7
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. +6
    -2
      presets/characters.js

+ 6
- 2
presets/characters.js Ver fichero

@@ -38710,12 +38710,16 @@ characterMakers.push(() => makeCharacter(
default: true
},
{
name: "Building",
name: "Giant",
height: math.unit(50, "feet")
},
{
name: "Macro",
height: math.unit(300, "feet")
height: math.unit(1000, "feet")
},
{
name: "Megamacro",
height: math.unit(1, "mile")
},
]
))


Cargando…
Cancelar
Guardar