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:
parent
db4d51fa9d
commit
17add7f007
23 changed files with 150 additions and 23 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue