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

13 lines
396 B
C

inherit "/std/quest_ob";
void create() {
::create();
set_name("chaucer");
set_id( ({"chaucer", "quest_object"}) );
set_short( "%^YELLOW%^The Canterbury Tales%^RESET%^");
set_long( "Something seems to be amiss inside Chaucer's "
"most famous work. Aid the distraught pilgrims on their way to "
"Canterbury.\nRating: Easy");
set_quest_points(15);
}