Sfoglia il codice sorgente

Fix missing name/description

mass-vore
Fen Dweller 6 anni fa
parent
commit
fc42018ccc
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      stories/mass-vore.js

+ 3
- 3
stories/mass-vore.js Vedi File

@@ -136,9 +136,9 @@
}, },
world: { world: {
"city": { "city": {
id: "",
name: "",
desc: "",
id: "city",
name: "City",
desc: "A city, full of tasty prey",
move: (room, state) => { move: (room, state) => {
}, },


Loading…
Annulla
Salva