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

12 lines
194 B
C

inherit "/lib/std/room";
void create() {
::create();
SetShort( "The cache");
SetLong( "Things are hidden here.");
SetProperty("storage room", 1);
}
void init(){
::init();
}