Seperated ID and PDA slots

This commit is contained in:
ZomgPonies
2013-11-01 13:28:58 -04:00
parent 4630518535
commit 00b101d7f2
29 changed files with 123 additions and 45 deletions
+2
View File
@@ -172,6 +172,7 @@ var/MAX_EXPLOSION_RANGE = 14
#define SLOT_POCKET 2048 //this is to allow items with a w_class of 3 or 4 to fit in pockets.
#define SLOT_DENYPOCKET 4096 //this is to deny items with a w_class of 2 or 1 to fit in pockets.
#define SLOT_TWOEARS 8192
#define SLOT_PDA 16384
//FLAGS BITMASK
@@ -251,6 +252,7 @@ var/MAX_EXPLOSION_RANGE = 14
#define slot_in_backpack 18
#define slot_legcuffed 19
#define slot_r_ear 20
#define slot_wear_pda 21
//Cant seem to find a mob bitflags area other than the powers one