#Modifying Firearm Pickup Ammo
11 messages · Page 1 of 1 (latest)
For now you will have to go to the base class and get the MagazineModule via the TryGetModule<>()
There is a method like "ServerSetAmmo()"
or something
Oh wait pickup..
Base.Template
Yeah try setting the ammo on that as it sets the data in dictionary
which is then used when you pick it up
Heck yeah