move other items to items file
This commit is contained in:
@@ -6,4 +6,23 @@ var
|
|||||||
phone* = Item(
|
phone* = Item(
|
||||||
name: "Phone",
|
name: "Phone",
|
||||||
description: "Communication device"
|
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]
|
||||||
)
|
)
|
Reference in New Issue
Block a user