Merge branch 'master' into json
This commit is contained in:
commit
f0e8e860f1
21 changed files with 113 additions and 33 deletions
|
|
@ -239,6 +239,10 @@ bool AWeapon::HandlePickup (AInventory *item)
|
|||
{
|
||||
item->ItemFlags |= IF_PICKUPGOOD;
|
||||
}
|
||||
if (MaxAmount > 1) //[SP] If amount<maxamount do another pickup test of the weapon itself!
|
||||
{
|
||||
return Super::HandlePickup (item);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (Inventory != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue