mud/lib/domains/campus/obj/lamp.c
2020-09-06 05:43:07 -07:00

13 lines
377 B
C

#include <lib.h>
inherit LIB_DUMMY; // These do not show up in desc, but you can look at them
static void create() {
dummy::create();
SetKeyName("lamp");
SetId("lamp on a post","post","lamp post","lamppost");
SetShort("a lamp on a post");
SetLong("This is a lamp on a post which is lit at night so townsfolk "
"can find their way around.");
}