mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Seperated ID and PDA slots
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user