make pent and quad color effects unconditional rather than deathmatch

dependent
This commit is contained in:
Bill Currie 2002-10-24 18:07:45 +00:00
parent 6638284d29
commit e758608902

View file

@ -1155,7 +1155,6 @@ void() CheckPowerups =
if (self.invincible_finished > time)
{
self.effects = self.effects | EF_DIMLIGHT;
if (deathmatch) // Tonik
self.effects = self.effects | EF_RED;
}
else
@ -1207,7 +1206,6 @@ void() CheckPowerups =
if (self.super_damage_finished > time)
{
self.effects = self.effects | EF_DIMLIGHT;
if (deathmatch) // Tonik
self.effects = self.effects | EF_BLUE;
}
else