(UNTESTED) No UFO damage carryover on Master difficulty

I'm not sure if it's replay compatible
This commit is contained in:
eebrozgi 2025-06-22 14:37:49 +03:00
parent 53129a6b73
commit 5dd098d136

View file

@ -1285,6 +1285,7 @@ static mobj_t *InitSpecialUFO(waypoint_t *start)
// Set specialDamage as early as possible, for glass ball's sake
if (grandprixinfo.gp && grandprixinfo.specialDamage)
if (grandprixinfo.masterbots == false)
{
ufo->health -= min(2*(UINT32)mobjinfo[MT_SPECIAL_UFO].spawnhealth/10, grandprixinfo.specialDamage/12);
// Use this if you want to spy on what the health ends up being: