mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 14:31:02 +00:00
Battle: lose 5 spheres on guard instead of 10
This commit is contained in:
parent
19d9d1e318
commit
07e53b7b50
1 changed files with 1 additions and 1 deletions
|
|
@ -3098,7 +3098,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
|
||||
if (clash)
|
||||
{
|
||||
player->spheres = max(player->spheres - 10, 0);
|
||||
player->spheres = max(player->spheres - 5, 0);
|
||||
|
||||
if (inflictor)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue