mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Determination: max discount 50->40, rate .25x->.17x
This commit is contained in:
parent
10be033605
commit
cf696ac5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -1347,7 +1347,7 @@ static mobj_t *InitSpecialUFO(waypoint_t *start)
|
||||||
|
|
||||||
if (grandprixinfo.gp && grandprixinfo.rank.specialDamage)
|
if (grandprixinfo.gp && grandprixinfo.rank.specialDamage)
|
||||||
{
|
{
|
||||||
ufo->health -= min(mobjinfo[MT_SPECIAL_UFO].spawnhealth/2, grandprixinfo.rank.specialDamage/4);
|
ufo->health -= min(4*mobjinfo[MT_SPECIAL_UFO].spawnhealth/10, grandprixinfo.rank.specialDamage/6);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ufo;
|
return ufo;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue