mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-02 09:21:29 +00:00
Bananas deal 30 damage instead of default of 10
This commit is contained in:
parent
ad005f461e
commit
5f005cb9a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue