inherit "obj/monster";
void setup() {
set_name("geldon");
add_alias("elf");
set_main_plural("geldons");
add_property("determinate","");
set_short("Geldon the elf");
set_long("Geldon is a poor elf who was captured "
"by the evil drow priest. He is chained to a tree "
"with a dark-looking padlock. Maybe you should try "
"to 'free' him.\n");
set_race("elf");
set_random_stats(9,17);
set_level(2);
set_wimpy(0);
set_gender(1);
set_al(-300);
load_a_chat(50,({
1, ":whimpers in pain.",
1, "'I want my mommy and daddy!",
}));
}