mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
11 lines
246 B
C
11 lines
246 B
C
// special archetype that supports ON_UNKNOWN
|
|
#define PLACE_UNKNOWN_HOOK
|
|
|
|
#define ESSENTIALS
|
|
#define PLACE_HISTORY
|
|
//#define PLACE_HISTORY_EXPORT
|
|
//#define PLACE_SCRATCHPAD
|
|
//#define PLACE_MASQUERADE
|
|
#define PLACE_OWNED
|
|
|
|
#include "archetype.gen"
|