mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
12 lines
246 B
C
12 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"
|