mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Merge branch 'fix-whip-buzzsaw' into 'master'
Fix instawhip buzzsaw oneshotting the UFO See merge request KartKrew/Kart!1579
This commit is contained in:
commit
844f868bed
1 changed files with 1 additions and 0 deletions
|
|
@ -788,6 +788,7 @@ static UINT8 GetUFODamage(mobj_t *inflictor, UINT8 damageType)
|
||||||
{
|
{
|
||||||
targetdamaging = UFOD_WHIP;
|
targetdamaging = UFOD_WHIP;
|
||||||
ret = 10;
|
ret = 10;
|
||||||
|
inflictor->extravalue2 = 1; // Disable whip collision
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case MT_JAWZ:
|
case MT_JAWZ:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue