--- deliantra/server/include/define.h 2006/12/20 11:20:50 1.23 +++ deliantra/server/include/define.h 2006/12/20 12:13:48 1.24 @@ -223,11 +223,12 @@ /* The trap_part, wall, light_source, misc_object, monster, and spawn_generator * types are not used in any archetypes, and should perhaps be removed. + * elmex: haha, removed TRAP_PART now. renamed WALL to BUILDABLE_WALL */ -#define TRAP_PART 76 /* Needed by set traps skill -b.t. */ +/*#define TRAP_PART 76 */ /* Needed by set traps skill -b.t. */ -#define WALL 77 /* this is a wall. put it always in layer 1 if not set is_floor */ +#define BUILDABLE_WALL 77 /* this is a buildable wall */ #define LIGHT_SOURCE 78 /* torches, lamps, etc. */ #define MISC_OBJECT 79 /* misc. objects are for objects without a function in the engine. Like statues, clocks, chairs,...