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:
Marisa the Magician 2019-10-03 22:02:20 +02:00
commit 5ebe4cd46b

View file

@ -379,7 +379,7 @@ Class StingerProjectile : Actor
{
Obituary "$O_STINGER";
DamageType 'Stinger';
DamageFunction Random[Stinger](15,25);
DamageFunction 14;
Speed 40;
Radius 2;
Height 2;