mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 12:31:14 +00:00
Merge branch 'minor-stun-reduce' into 'master'
Min weight stun 10 sec -> 8 sec See merge request kart-krew-dev/ring-racers-internal!2891
This commit is contained in:
commit
8f213c7e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -17473,7 +17473,7 @@ fixed_t K_TeamComebackMultiplier(player_t *player)
|
|||
void K_ApplyStun(player_t *player, mobj_t *inflictor, mobj_t *source, ATTRUNUSED INT32 damage, ATTRUNUSED UINT8 damagetype)
|
||||
{
|
||||
#define BASE_STUN_TICS_MIN (4 * TICRATE)
|
||||
#define BASE_STUN_TICS_MAX (10 * TICRATE)
|
||||
#define BASE_STUN_TICS_MAX (8 * TICRATE)
|
||||
#define MAX_STUN_REDUCTION (FRACUNIT/2)
|
||||
#define STUN_REDUCTION_DISTANCE (20000)
|
||||
INT32 stunTics = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue