move other items to items file
This commit is contained in:
parent
ad58ddf721
commit
285c4e5fdc
@ -6,4 +6,23 @@ var
|
||||
phone* = Item(
|
||||
name: "Phone",
|
||||
description: "Communication device"
|
||||
)
|
||||
|
||||
|
||||
foyer* = Room(
|
||||
name: "Foyer",
|
||||
description: "Entrance Hall of the Geedren Mansion",
|
||||
text: "",
|
||||
secrets: 2
|
||||
)
|
||||
|
||||
cathDoorKey* = Item(
|
||||
name: "Cathedral Door Key",
|
||||
description: "This key opens the door to the cathedral"
|
||||
)
|
||||
|
||||
desk* = Container(
|
||||
name: "Desk",
|
||||
description: "A small wooden desk",
|
||||
contents: @[cathDoorKey]
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user