Browse Source

Fix Zephiro's default macro size

tags/v0.0.4
Fen Dweller 6 years ago
parent
commit
868ef2f7a9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js View File

@@ -624,9 +624,9 @@ function makeZephiro() {


entity.defaults.push({ entity.defaults.push({
name: "Macro", name: "Macro",
height: math.unit(108, "feet")
height: math.unit(118, "feet")
}); });
return entity; return entity;
} }




Loading…
Cancel
Save