mud/lib/domains/Praxis/quests/the_blight_of_the_bog.c
2020-09-06 05:43:07 -07:00

15 lines
618 B
C

inherit "/std/quest_ob";
void create() {
::create();
set_name("the_blight_of_the_bog");
set_id( ({"blight", "quest_object", "the blight of the bog"}) );
set_short( "%^GREEN%^%^BOLD%^The Blight of the Bog%^RESET%^");
set_long( "Rumours have been floating about concerning a strange "
"disease that is ravaging sections of the North Forest. "
"You must find the source of this sickness and figure out how "
"to cure the horrible blight before it devastates the entire "
"forest surrounding the bog.\nRating: High Mortal");
set_quest_points(40);
}