diff --git a/lib/domains/oogtopia/room/bushess.c b/lib/domains/oogtopia/room/bushess.c index 9a19914..46c6cd1 100644 --- a/lib/domains/oogtopia/room/bushess.c +++ b/lib/domains/oogtopia/room/bushess.c @@ -11,7 +11,7 @@ void create() { SetShort("Tangled Bushes"); SetLong("the bushes are unkempt, and there appears to be ooga poo under one"); SetItems(([ - ({ "poo", "ooga poo", "poop", "shit", "turd" }) : "This is some poo an ooga left under the bush", + ({ "poo", "ooga poo", "poop", "shit", "turd" }) : "This is some poo an ooga left under the bush. The party is to your North", ])); SetExits( ([ "north" : "/domains/oogtopia/room/start",