From 0a3ad97a1a7b9790dda1ae47124a532f703f4428 Mon Sep 17 00:00:00 2001 From: Babylon Date: Sun, 6 Sep 2020 06:12:45 -0700 Subject: [PATCH] Update 'lib/domains/oogtopia/room/bushesn.c' --- lib/domains/oogtopia/room/bushesn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/domains/oogtopia/room/bushesn.c b/lib/domains/oogtopia/room/bushesn.c index bde8bf4..bd2d998 100644 --- a/lib/domains/oogtopia/room/bushesn.c +++ b/lib/domains/oogtopia/room/bushesn.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"); + SetLong("the bushes are unkempt, and there appears to be ooga poo under one. The party is to your South and there is an open field to your West."); SetItems(([ ({ "poo", "ooga poo", "poop", "shit", "turd" }) : "This is some poo an ooga left under the bush", ]));