Increase sphere pity when hit (5->10)

This commit is contained in:
AJ Martinez 2024-01-06 05:25:55 -07:00
parent e8617c8893
commit 0a9787054f

View file

@ -3329,7 +3329,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
}
if (gametyperules & GTR_BUMPERS)
player->spheres = min(player->spheres + 5, 40);
player->spheres = min(player->spheres + 10, 40);
if ((hardhit == true) || cv_kartdebughuddrop.value)
{