Browse Source

Fix names for some of Lisa's views

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

+ 3
- 3
presets/characters.js View File

@@ -38343,7 +38343,7 @@ characterMakers.push(() => makeCharacter(
frontCaribou: {
height: math.unit(7 + 2/12, "feet"),
weight: math.unit(268, "lb"),
name: "Front (Caribousune)",
name: "Front (Caribou)",
image: {
source: "./media/characters/lisa/front-caribou.svg",
extra: 1818/1638,
@@ -38353,7 +38353,7 @@ characterMakers.push(() => makeCharacter(
sideCaribou: {
height: math.unit(7 + 2/12, "feet"),
weight: math.unit(268, "lb"),
name: "Side (Caribousune)",
name: "Side (Caribou)",
image: {
source: "./media/characters/lisa/side-caribou.svg",
extra: 1851/1635,
@@ -38363,7 +38363,7 @@ characterMakers.push(() => makeCharacter(
backCaribou: {
height: math.unit(7 + 2/12, "feet"),
weight: math.unit(268, "lb"),
name: "Back (Caribousune)",
name: "Back (Caribou)",
image: {
source: "./media/characters/lisa/back-caribou.svg",
extra: 1801/1604,


Loading…
Cancel
Save