From 30a530b178c2487228f36602c885feeecc896160 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 19 Apr 2016 02:06:36 +0200 Subject: [PATCH] - fixed: TAG_BLASTERP was on the wrong actor. --- wadsrc/static/actors/heretic/hereticweaps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/actors/heretic/hereticweaps.txt b/wadsrc/static/actors/heretic/hereticweaps.txt index 03a11029c..41461379a 100644 --- a/wadsrc/static/actors/heretic/hereticweaps.txt +++ b/wadsrc/static/actors/heretic/hereticweaps.txt @@ -711,6 +711,7 @@ ACTOR BlasterPowered : Blaster Weapon.AmmoUse 5 Weapon.AmmoGive 0 Weapon.SisterWeapon "Blaster" + Tag "$TAG_BLASTERP" States { Fire: @@ -735,7 +736,6 @@ ACTOR BlasterFX1 : FastProjectile native DeathSound "weapons/blasterhit" +SPAWNSOUNDSOURCE Obituary "$OB_MPPBLASTER" - Tag "$TAG_BLASTERP" action native A_SpawnRippers();