From fc42018cccee1706635960b3174091694f9d0ce4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 7 Aug 2019 21:04:57 -0400 Subject: [PATCH] Fix missing name/description --- stories/mass-vore.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stories/mass-vore.js b/stories/mass-vore.js index 5909197..adc447a 100644 --- a/stories/mass-vore.js +++ b/stories/mass-vore.js @@ -136,9 +136,9 @@ }, world: { "city": { - id: "", - name: "", - desc: "", + id: "city", + name: "City", + desc: "A city, full of tasty prey", move: (room, state) => { },