From c44512e3123992b20f36df4784803b443699716c Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Tue, 1 Oct 2019 02:20:54 +0200 Subject: [PATCH] Beta 4 Hotfix 2: - Un-nerfed the Fireblaster. That was a mistake from my part. --- zscript/flamegun.zsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zscript/flamegun.zsc b/zscript/flamegun.zsc index 8f7c625..5d57c86 100644 --- a/zscript/flamegun.zsc +++ b/zscript/flamegun.zsc @@ -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;