Browse Source

Fix missing name/description

mass-vore
Fen Dweller 6 years ago
parent
commit
fc42018ccc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      stories/mass-vore.js

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

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


Loading…
Cancel
Save