inherit "secure/questdef";
void reset(status arg) {
set_author("cassidy");
set_alias("myphon");
set_hint(
"The council of Tempus has learned that Myphon has been imprisoned \n"+
"by the Underwater People. You must free her from her injust captors.\n");
set_qname("Myphon");
set_min_level(17);
set_max_level(25);
set_req_place("d/mirror/w/cassidy/atlantis/cage");
set_req_caller("d/mirror/w/cassidy/atlantis/cage");
set_qpoints(85);
}