--- deliantra/server/include/define.h 2006/03/15 15:35:50 1.4 +++ deliantra/server/include/define.h 2006/08/27 13:02:03 1.7 @@ -284,14 +284,17 @@ #define DISEASE 158 #define SYMPTOM 159 - #define BUILDER 160 /* Generic item builder, see subtypes */ #define MATERIAL 161 /* Material for building */ /* #define GPS 162 Ground positionning system, moved to Python plugin */ #define ITEM_TRANSFORMER 163 /* Transforming one item with another */ #define QUEST 164 /* See below for subtypes */ +#define SAFE_GROUND 165 /* This is a safe ground, means that neither bombs, + potions, alchemy, or magic works here (elmex) */ /* END TYPE DEFINE */ +#define NUM_SUBTYPES 64 // maximum supported subtype number + 1, can be increased to 256 + /* Subtypes for BUILDER */ #define ST_BD_BUILD 1 /* Builds an item */ #define ST_BD_REMOVE 2 /* Removes an item */