Browse Source

Increase Natasha's max size

tags/v0.0.4
Fen Dweller 5 years ago
parent
commit
c7e351b5b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js View File

@@ -882,7 +882,7 @@ function makeNatasha() {

entity.defaults.push({
name: "Macro++",
height: math.unit(1000, "feet")
height: math.unit(1, "mile")
});
entity.views[entity.defaultView].height = math.unit(100, "feet");


Loading…
Cancel
Save