Browse Source

Fix one of Shingo's view names

master
Fen Dweller 3 years ago
parent
commit
8f0096d5e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js View File

@@ -3836,7 +3836,7 @@ characterMakers.push(() => makeCharacter(
frontDressed: { frontDressed: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"), weight: math.unit(150, "lb"),
name: "Front-dressed",
name: "Front (Dressed)",
image: { image: {
source: "./media/characters/shingo/front-dressed.svg", source: "./media/characters/shingo/front-dressed.svg",
extra: 1900/1825, extra: 1900/1825,


Loading…
Cancel
Save