Beta 5 TheRideNeverEnds Hotfix 6:
- Somehow the Stinger has had randomized damage since the very beginning when it was supposed to deal 14. Guess I never EVER bothered to check that, this is a leftover from Doomreal's very early development. Back then, Doom Tournament also did randomized damage all over the place and it was bad.
This commit is contained in:
parent
769ae8eae3
commit
5ebe4cd46b
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ Class StingerProjectile : Actor
|
||||||
{
|
{
|
||||||
Obituary "$O_STINGER";
|
Obituary "$O_STINGER";
|
||||||
DamageType 'Stinger';
|
DamageType 'Stinger';
|
||||||
DamageFunction Random[Stinger](15,25);
|
DamageFunction 14;
|
||||||
Speed 40;
|
Speed 40;
|
||||||
Radius 2;
|
Radius 2;
|
||||||
Height 2;
|
Height 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue