Explorar el Código

Fix a typo'd name

master
Fen Dweller hace 5 años
padre
commit
1b631b39a6
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      media/attribution.js
  2. +1
    -1
      presets/species.js

+ 1
- 1
media/attribution.js Ver fichero

@@ -10588,7 +10588,7 @@ const attributionData = {
{ name: "male.svg", source: "https://www.furaffinity.net/view/23271890/" },
{ name: "dick.svg", source: "https://www.furaffinity.net/view/23271890/", nsfw: true },
{ name: "slit.svg", source: "https://www.furaffinity.net/view/23271890/", nsfw: true },
{ name: "slit-internal.svg", source: "https://www.furaffinity.net/view/23271890/", nsfw: true },
{ name: "slit-internals.svg", source: "https://www.furaffinity.net/view/23271890/", nsfw: true },
{ name: "maw.svg", source: "https://www.furaffinity.net/view/23271890/" },
{ name: "dewclaw.svg", source: "https://www.furaffinity.net/view/23271890/" },
],


+ 1
- 1
presets/species.js Ver fichero

@@ -179,7 +179,7 @@ speciesMakers["Sel'Var"] = () => makeCharacter(
},
slitinternals: {
height: math.unit(1.07, "feet"),
name: "Slit-internals",
name: "Slit (Internals)",
image: {
source: "./media/species/sel'var/slit-internals.svg"
}


Cargando…
Cancelar
Guardar