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:
toaster 2023-11-16 12:23:56 +00:00
commit b772a66541

View file

@ -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;