Commit Graph

2 Commits

Author SHA1 Message Date
fac38e5a9c Change FixInventoryAbuse behavior
Changes behavior of `FixInventoryAbuse` on weight limit violation.
Instead of destroying all weapons in the inventory of abuser,
it drops them on the ground.

This change is mainly caused by game behavior that allows
regular players to accidental break weight limits.
2020-03-22 19:23:57 +07:00
e902db39cd Add FixDualiesCost feature
This feature addressed two inventory issues:
1.  Players carrying amount of weapons that shouldn't be allowed by the
weight limit.
2.  Players carrying two variants of the same gun.
For example carrying both M32 and camo M32.
Single and dual version of the same weapon are also considered
the same gun, so you can't carry both MK23 and dual MK23 or
dual handcannons and golden handcannon.
2020-02-18 23:12:30 +07:00