branchsbox-boomer/pickupscancel
9 Commits over 0 Days - ∞cph!
Respawn Timer Particle
Merge branch 'main' into pickups
Rename RespawnImmediately to SpawnImmediate - fix draw on startup
Re-enable if Disabled = false, disallow pickup
Added BasePickup.Disabled
Armor pickup feed message uses armor granted value
Refactor Ammo pickups to use BasePickup
Add BasePickup.OnPickupAction, delete armor pickups when they're used if dropped by a player
No need to null out the model
Add BasePickup, made ArmorPickup and converted ArmorShard to use it.