mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 11:42:48 +00:00
Merge branch 'SPB-arrival-speed-increase' into 'master'
S.peed P.ropelled B.omb See merge request kart-krew-dev/ring-racers-internal!2829
This commit is contained in:
commit
583c52f813
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#define SPB_CHASETIMESCALE (60*TICRATE)
|
||||
#define SPB_CHASETIMEMUL (3*FRACUNIT)
|
||||
|
||||
#define SPB_SEEKTURN (FRACUNIT/8)
|
||||
#define SPB_SEEKTURN (FRACUNIT/4)
|
||||
#define SPB_CHASETURN (FRACUNIT/4)
|
||||
|
||||
#define SPB_MANTA_SPACING (2750 * FRACUNIT)
|
||||
|
|
@ -332,7 +332,7 @@ static boolean SPBSeekSoundPlaying(mobj_t *spb)
|
|||
|
||||
static void SPBSeek(mobj_t *spb, mobj_t *bestMobj)
|
||||
{
|
||||
const fixed_t desiredSpeed = SPB_DEFAULTSPEED;
|
||||
const fixed_t desiredSpeed = SPB_DEFAULTSPEED*(2); // Seeks the player out 2x faster than its usual speed when locked in
|
||||
|
||||
waypoint_t *curWaypoint = NULL;
|
||||
waypoint_t *destWaypoint = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue