From 3aa6d426feb98301829bf36c4e297ee3ca903608 Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Fri, 26 Feb 2021 21:45:36 -0500 Subject: [PATCH] Make room global 'room' not name of room --- Adventure Game/adventure_game/gamedata/world/hallway.yaml | 2 +- Adventure Game/adventure_game/gamedata/world/office.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Adventure Game/adventure_game/gamedata/world/hallway.yaml b/Adventure Game/adventure_game/gamedata/world/hallway.yaml index a8bde34..e6dfa89 100644 --- a/Adventure Game/adventure_game/gamedata/world/hallway.yaml +++ b/Adventure Game/adventure_game/gamedata/world/hallway.yaml @@ -1,4 +1,4 @@ -office: +room: grid: [0, 1] upon_enter: "You are standing just outside your office door." look_around: "You look up, and down the hallway, you see the receptionists |desk|. And a |closet| at the other end of the hall." diff --git a/Adventure Game/adventure_game/gamedata/world/office.yaml b/Adventure Game/adventure_game/gamedata/world/office.yaml index 6223826..b0883f1 100644 --- a/Adventure Game/adventure_game/gamedata/world/office.yaml +++ b/Adventure Game/adventure_game/gamedata/world/office.yaml @@ -1,4 +1,4 @@ -office: +room: grid: [0, 0] upon_enter: "You are standing behind your desk, you see a |NAMEPLATE|, a |TAPE RECORDER| and your trusty |LOG VIEWER|" look_around: "You look around the room, you see a |DESK|, a |BOOKSHELF| and the |DOOR|"