Procházet zdrojové kódy

Improve the names of Deerpuff's sizes

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
488bd95be7
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js Zobrazit soubor

@@ -3248,15 +3248,15 @@ characterMakers["Deerpuff"] = () => {
},
[
{
name: "Normal",
name: "Normalpuff",
height: math.unit(5.75/1.79, "feet")
},
{
name: "Macro",
name: "Macropuff",
height: math.unit(1500/1.79, "feet")
},
{
name: "Megamacro",
name: "Megapuff",
height: math.unit(500/1.79, "miles")
},
],


Načítá se…
Zrušit
Uložit