branchsbox-boomer/pickupscancel

14 Commits over 0 Days - ∞cph!

1 Year Ago
Disable Quad Damage in hammer for now Slightly better map check
1 Year Ago
Back up round timer Hide timer once pickup is ready _cs
1 Year Ago
Allow players to set Time Limit in lobby Game Type Lobby settings
1 Year Ago
Set up megahealth + respawn timer Mega armour set up
1 Year Ago
Respawn Timer Particle Merge branch 'main' into pickups
1 Year Ago
Updated Health and armour to have fixed respawn values
1 Year Ago
Rename RespawnImmediately to SpawnImmediate - fix draw on startup
1 Year Ago
Re-enable if Disabled = false, disallow pickup
1 Year Ago
Added BasePickup.Disabled
1 Year Ago
Armor pickup feed message uses armor granted value
1 Year Ago
Refactor Ammo pickups to use BasePickup
1 Year Ago
Add BasePickup.OnPickupAction, delete armor pickups when they're used if dropped by a player
1 Year Ago
No need to null out the model
1 Year Ago
Add BasePickup, made ArmorPickup and converted ArmorShard to use it.