Beta 4 Hotfix 2:

- Un-nerfed the Fireblaster. That was a mistake from my part.
This commit is contained in:
Marisa the Magician 2019-10-01 02:20:54 +02:00
commit c44512e312

View file

@ -53,7 +53,7 @@ Class UFireball : Actor
Default
{
DamageType 'Fire';
DamageFunction 10;
DamageFunction 20;
Radius 4;
Height 4;
Speed 15;
@ -182,7 +182,7 @@ Class UFireball2 : UFireball
{
Radius 8;
Height 8;
DamageFunction 20;
DamageFunction 50;
Speed 5;
UFireball.SpreadFactor 0.35;
UFireball.NumSmokes 2;