move items to proper items file
This commit is contained in:
parent
285c4e5fdc
commit
14f115649e
@ -11,24 +11,6 @@ proc foyer_room*(player: Character) =
|
|||||||
|
|
||||||
var
|
var
|
||||||
player = player
|
player = player
|
||||||
|
|
||||||
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]
|
|
||||||
)
|
|
||||||
#[
|
#[
|
||||||
player.placesVisited.add(foyer.name)
|
player.placesVisited.add(foyer.name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user