Added a different obituary to the Sniper Rifle depending on whether or not it's a headshot.

Reduced the screen tint of the Damage Amplifier.
More tweaks to the DOOMTEST enhancer, now it looks very pretty.
This commit is contained in:
Marisa the Magician 2018-08-25 19:31:05 +02:00
commit 17add7f007
23 changed files with 150 additions and 23 deletions

View file

@ -49,7 +49,7 @@ Class DamageAmplifier : Powerup
Default
{
Powerup.Duration -60;
Powerup.Color "EE00FF", 0.15;
Powerup.Color "EE00FF", 0.05;
}
override void BeginPlay()
@ -244,7 +244,7 @@ Class UTInvisibility : PowerupGiver replaces BlurSphere
States
{
Spawn:
INVS A -1 Bright;
INVS A -1;
Stop;
}
}