From 2546cecc10d86533130c9fc1ca452cca1c84681d Mon Sep 17 00:00:00 2001 From: MurphDirt879 Date: Thu, 7 May 2020 19:40:25 -0400 Subject: [PATCH] fix --- src/adv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adv.py b/src/adv.py index dbeac532dd..6633b88227 100644 --- a/src/adv.py +++ b/src/adv.py @@ -2,7 +2,7 @@ from player import Player from item import Item # Declare all the rooms - +#Update for Branch room = { 'outside': Room("Outside Cave Entrance", "North of you, the cave mount beckons ..."),