mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'seesaw-grease' into 'master'
3 secs springgrease on DLZ seeesaw (resolves #720) Closes #720 See merge request KartKrew/Kart!1632
This commit is contained in:
commit
b772a66541
1 changed files with 2 additions and 0 deletions
|
|
@ -268,6 +268,8 @@ void Obj_DLZSeasawThink(mobj_t *mo)
|
|||
P_InstaThrust(t, mo->angle, mo->movefactor*3); // send the player flying at triple the speed they came at us with.
|
||||
S_StartSound(t, sfx_cdfm62);
|
||||
|
||||
K_SetTireGrease(p, 3*TICRATE);
|
||||
|
||||
p->seasawangleadd = 0;
|
||||
p->seasawangle = 0;
|
||||
p->seasawmoreangle = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue