Browse Source

Give Fen a default minimacro size

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
14d5ccb269
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      presets/characters.js

+ 11
- 1
presets/characters.js View File

@@ -100,10 +100,20 @@ characterMakers["Fen"] = () => {
name: "Big", name: "Big",
height: math.unit(12, "feet") height: math.unit(12, "feet")
}, },
{
name: "Minimacro",
height: math.unit(30, "meter"),
default: true,
info: {
description: {
mode: "append",
text: "\n\nTOO DAMN BIG"
}
}
},
{ {
name: "Macro", name: "Macro",
height: math.unit(100, "meter"), height: math.unit(100, "meter"),
default: true,
info: { info: {
description: { description: {
mode: "append", mode: "append",


Loading…
Cancel
Save