inherit "obj/monster";
void setup() {
set_name("thraddash");
set_short("Thraddash");
set_long(
"This is Thraddash, the barkeep and bouncer of Thraddash's Pub. "
"he is a large man, both in height and girth, but he is not the least "
"bit intimidating...his glittering eyes and jolly smile assure you that "
"he's just here you serve you good drinks and keep a clean pub.\n");
set_race("human");
set_guild("warrior");
set_level(10);
set_gender(1);
set_al(75);
set_str(19);
set_con(23);
set_dex(17);
}