Browse Source

Fix Coffee's macro height

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

+ 1
- 1
presets/characters.js View File

@@ -6344,7 +6344,7 @@ characterMakers["Coffee"] = () => {
},
{
name: "Macro",
height: math.unit(80, "feet")
height: math.unit(800, "feet")
},
{
name: "Megamacro",


Loading…
Cancel
Save