This repository has been archived on 2022-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Acedia/sources/Features/FixAmmoSelling
Anton Tarasenko 1a58ba0620 Fix FixAmmoSelling causing invisible pickups
Non-default value of pickup class was used to
spawn pickup when player drops a weapon.
But since we've replaced that class and it doesn't
(or might not) exist on the client - dropped weapons
appeared as invisible.

Catch the moment our custom pickup is spawned and
replace it back with default one.
2020-02-19 00:38:51 +07:00
..
FixedClasses First commit 2020-02-16 19:41:27 +07:00
AmmoPickupStalker.uc First commit 2020-02-16 19:41:27 +07:00
FixAmmoSelling.uc Fix FixAmmoSelling causing invisible pickups 2020-02-19 00:38:51 +07:00
MutatorListener_FixAmmoSelling.uc Fix FixAmmoSelling causing invisible pickups 2020-02-19 00:38:51 +07:00