- Added the item flag IF_RESTRICTABSOLUTELY. When this is set, players of the wrong class cannot

pickup an item at all. (For instance, normally players in Hexen can still pick up other players'
  weapons for ammo. With this flag set, they cannot do that either.)

SVN r3751 (trunk)
This commit is contained in:
Randy Heit 2012-07-08 02:45:46 +00:00
commit 8a925757f5
4 changed files with 6 additions and 5 deletions

View file

@ -296,6 +296,7 @@ static FFlagDef InventoryFlags[] =
DEFINE_FLAG(IF, IGNORESKILL, AInventory, ItemFlags),
DEFINE_FLAG(IF, NOATTENPICKUPSOUND, AInventory, ItemFlags),
DEFINE_FLAG(IF, PERSISTENTPOWER, AInventory, ItemFlags),
DEFINE_FLAG(IF, RESTRICTABSOLUTELY, AInventory, ItemFlags),
DEFINE_DEPRECATED_FLAG(PICKUPFLASH),
DEFINE_DEPRECATED_FLAG(INTERHUBSTRIP),