Make powerups glow you

This commit is contained in:
Finny Merrill 2004-04-05 11:42:25 +00:00
parent 0b50ac165e
commit 76eee5f704

View file

@ -1690,6 +1690,9 @@ void() powerup_touch =
other.tfstate = other.tfstate - (other.tfstate & TFSTATE_INSPIRED);
}
other.effects &= ~EF_ANYGLOW;
other.effects |= EF_GlowColor (other);
activator = other;
SUB_UseTargets(); // fire all targets / killtargets
};