Bananas deal 30 damage instead of default of 10

This commit is contained in:
Sally Coolatta 2022-12-18 03:31:47 -05:00
parent ad005f461e
commit 5f005cb9a7

View file

@ -475,6 +475,7 @@ static UINT8 GetUFODamage(mobj_t *inflictor)
switch (inflictor->type)
{
case MT_SPB:
case MT_BANANA:
{
// SPB deals triple damage.
return 30;