Added INVENTORY.TRANSFER
- INVENTORY.TRANSFER allows transferring all owned inventory to a new owner on pickup.
This commit is contained in:
parent
8e1b1aa201
commit
de4097cc7b
3 changed files with 28 additions and 1 deletions
|
|
@ -324,6 +324,7 @@ static FFlagDef InventoryFlags[] =
|
|||
DEFINE_FLAG(IF, NOSCREENFLASH, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, TOSSED, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, ALWAYSRESPAWN, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, TRANSFER, AInventory, ItemFlags),
|
||||
|
||||
DEFINE_DEPRECATED_FLAG(PICKUPFLASH),
|
||||
DEFINE_DEPRECATED_FLAG(INTERHUBSTRIP),};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue