diff --git a/lib/domains/oogtopia/room/start.c b/lib/domains/oogtopia/room/start.c index 16dbb22..701ed2b 100644 --- a/lib/domains/oogtopia/room/start.c +++ b/lib/domains/oogtopia/room/start.c @@ -9,8 +9,8 @@ void create() { SetNightLight(20); SetDayLight(40); SetShort("Ooga Booga Central"); - SetNightLong("This is where the Oogas have their parties, the sun is down and the party is in full swing. Drums, hooting and hollering, fermented drinks altough nothing distilled is permitted, and herbs and fungus of many varieties are all about."); - SetDayLong("This is where the Oogas get together and party, as long as the sun is up it's fairly sparsely attended, and any oogas around are likely nursing a hangover from the night before."); + SetNightLong("This is where the Oogas have their parties, the sun is down and the party is in full swing. Drums, hooting and hollering, fermented drinks altough nothing distilled is permitted, and herbs and fungus of many varieties are all about. There are bushes in every direction where the Ooga's go to relieve themselves."); + SetDayLong("This is where the Oogas get together and party, as long as the sun is up it's fairly sparsely attended, and any oogas around are likely nursing a hangover from the night before. There are bushes in every direction where the Ooga's go to relieve themselves."); SetExits( ([ "north" : "/domains/oogtopia/room/bushesn", "east" : "/domains/oogtopia/room/bushese",