From 15563cdc0f6baffd29d932ffc0f2cabf312c4a5d Mon Sep 17 00:00:00 2001 From: Babylon Date: Sun, 6 Sep 2020 07:50:49 -0700 Subject: [PATCH] Update 'lib/domains/oogtopia/room/bushesw.c' --- lib/domains/oogtopia/room/bushesw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/domains/oogtopia/room/bushesw.c b/lib/domains/oogtopia/room/bushesw.c index 2550b6f..6b461fc 100644 --- a/lib/domains/oogtopia/room/bushesw.c +++ b/lib/domains/oogtopia/room/bushesw.c @@ -9,7 +9,7 @@ void create() { SetNightLight(20); SetDayLight(40); SetShort("tangled bushes"); - SetLong("the bushes are unkempt, and there appears to be ooga poo under one. The party is to your West and there is an open field to the North."); + SetLong("the bushes are unkempt, and there appears to be ooga poo under one. The party is to your East and there is an open field to the North."); SetItems(([ ({ "poo", "ooga poo", "poop", "shit", "turd" }) : "This is some poo an ooga left under the bush", ]));