ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/define.h
(Generate patch)

Comparing deliantra/server/include/define.h (file contents):
Revision 1.4 by elmex, Wed Mar 15 15:35:50 2006 UTC vs.
Revision 1.5 by elmex, Tue Aug 15 17:35:50 2006 UTC

1/* 1/*
2 * static char *rcsid_define_h = 2 * static char *rcsid_define_h =
3 * "$Id: define.h,v 1.4 2006/03/15 15:35:50 elmex Exp $"; 3 * "$Id: define.h,v 1.5 2006/08/15 17:35:50 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
282#define POWER_CRYSTAL 156 282#define POWER_CRYSTAL 156
283#define CORPSE 157 283#define CORPSE 157
284 284
285#define DISEASE 158 285#define DISEASE 158
286#define SYMPTOM 159 286#define SYMPTOM 159
287
288#define BUILDER 160 /* Generic item builder, see subtypes */ 287#define BUILDER 160 /* Generic item builder, see subtypes */
289#define MATERIAL 161 /* Material for building */ 288#define MATERIAL 161 /* Material for building */
290/* #define GPS 162 Ground positionning system, moved to Python plugin */ 289/* #define GPS 162 Ground positionning system, moved to Python plugin */
291#define ITEM_TRANSFORMER 163 /* Transforming one item with another */ 290#define ITEM_TRANSFORMER 163 /* Transforming one item with another */
292#define QUEST 164 /* See below for subtypes */ 291#define QUEST 164 /* See below for subtypes */
292#define SAFE_FLOOR 165 /* This is a safe floor, means that neither bombs,
293 potions, alchemy, or magic works here (elmex) */
293/* END TYPE DEFINE */ 294/* END TYPE DEFINE */
294 295
295/* Subtypes for BUILDER */ 296/* Subtypes for BUILDER */
296#define ST_BD_BUILD 1 /* Builds an item */ 297#define ST_BD_BUILD 1 /* Builds an item */
297#define ST_BD_REMOVE 2 /* Removes an item */ 298#define ST_BD_REMOVE 2 /* Removes an item */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines