- added new item flag for camo-removing items, to remove hard-coded value (CAMO_REMOVAL, #1024)

- fixed a bug that caused incorrect deduction of kit points

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5467 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2012-08-13 20:53:50 +00:00
parent ef981b5342
commit 660d8d126f
3 changed files with 7 additions and 13 deletions
+2 -2
View File
@@ -724,8 +724,8 @@ extern OBJECTTYPE gTempObject;
#define AMMO_BELT 0x00000100 //256 // this item can be used to feed externally
#define AMMO_BELT_VEST 0x00000200 //512 // this is a vest that can contain AMMO_BELT items in its medium slots
/*#define unused 0x00000400 //1024
#define ENEMY_NET_4_LVL_3 0x00000800 //2048
#define CAMO_REMOVAL 0x00000400 //1024 // item can be used to remove camo
/*#define ENEMY_NET_4_LVL_3 0x00000800 //2048
#define ENEMY_NET_1_LVL_4 0x00001000 //4096
#define ENEMY_NET_2_LVL_4 0x00002000 //8192