Add room description.

This commit is contained in:
2021-05-17 22:00:30 -07:00
parent 03eddfcd74
commit b3058097b4
4 changed files with 18 additions and 10 deletions

View File

@ -1,3 +1,8 @@
export const hall = {
import { GameData } from "./data.ts";
export const hall: GameData = {
description:
"You are standing in a big hall. There's lots of nooks, crannies, and" +
"room for general testing. Aw yeah... sweet testing!",
items: [{ name: "flashlight" }],
};