From e1c458ab2fd3c90c2236728c5114732a0d56bc19 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 14 Jul 2022 07:54:19 +0200 Subject: [PATCH] - fixed PoisonCloud's looping animation count. --- wadsrc/static/zscript/actors/hexen/flechette.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/hexen/flechette.zs b/wadsrc/static/zscript/actors/hexen/flechette.zs index cce5784ab6..0526cebe59 100644 --- a/wadsrc/static/zscript/actors/hexen/flechette.zs +++ b/wadsrc/static/zscript/actors/hexen/flechette.zs @@ -449,7 +449,7 @@ class PoisonCloud : Actor PSBG D 1; PSBG D 1 A_Scream; PSBG DEEEFFFGGGHHHII 2 A_PoisonBagDamage; - PSBG I 2 A_PoisonBagCheck; + PSBG I 2 A_PoisonBagDamage; PSBG I 1 A_PoisonBagCheck; Goto Spawn + 3; Death: