Fix instawhip buzzsaw oneshotting the UFO

This commit is contained in:
AJ Martinez 2023-10-22 03:30:04 -07:00
parent 9c585e35de
commit 8b9b1e1640

View file

@ -788,6 +788,7 @@ static UINT8 GetUFODamage(mobj_t *inflictor, UINT8 damageType)
{
targetdamaging = UFOD_WHIP;
ret = 10;
inflictor->extravalue2 = 1; // Disable whip collision
break;
}
case MT_JAWZ: