X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=quakedef.h;h=a7c356203134a23a36b476100985aa296d11e90d;hb=945d5cb14ef4508270926b3f45a1854fd6e1572b;hp=4ab90481a1b6d0163135daade6eef0a7115941cd;hpb=7fee05b0d2478692853c585d1f6d0bf3fbc1afd2;p=xonotic%2Fdarkplaces.git diff --git a/quakedef.h b/quakedef.h index 4ab90481..a7c35620 100644 --- a/quakedef.h +++ b/quakedef.h @@ -114,6 +114,26 @@ extern char *buildstring; #define IT_SIGIL3 (1<<30) #define IT_SIGIL4 (1<<31) +//=========================================== +// AK nexuiz changed and added defines + +#define NEX_IT_UZI 1 +#define NEX_IT_SHOTGUN 2 +#define NEX_IT_ELECTRO 8 +#define NEX_IT_CRYLINK 16 +#define NEX_IT_NEX 32 +#define NEX_IT_HAGAR 64 +#define NEX_IT_ROCKET_LAUNCHER 128 +#define NEX_IT_SHELLS 256 +#define NEX_IT_BULLETS 512 +#define NEX_IT_ROCKETS 1024 +#define NEX_IT_CELLS 2048 +#define NEX_IT_LASER 4094 +#define NEX_IT_STRENGTH 8192 +#define NEX_IT_INVINCIBLE 16384 +#define NEX_IT_SPEED 32767 +#define NEX_IT_SLOWMO 65536 + //=========================================== //rogue changed and added defines