mud/lib/domains/Praxis/obj/mon/armageddon.c
2020-09-06 05:43:07 -07:00

17 lines
421 B
C

#include <lib.h>
inherit "/lib/npc";
#include <daemons.h>
void create() {
::create();
SetKeyName("armageddon");
SetId( ({ "armageddon", "crasher", "asshole", "game crasher", "armageddon the game crasher" }) );
SetShort("Game crasher Armageddon of Borg");
SetLong("He appears once and briefly only to cause doom to the mud.\n");
SetLevel(33);
SetHealthPoints(10000);
SetRace("human");
}