From b7adc4065d5a0d54c73be38a84ec54d0adc2ba54 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sat, 12 Jan 2019 13:11:03 +0200 Subject: [PATCH] - fixed condition to produce blood splatter during line attack https://forum.zdoom.org/viewtopic.php?t=63186 --- wadsrc/static/zscript/actor_attacks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actor_attacks.txt b/wadsrc/static/zscript/actor_attacks.txt index 914a8e7093..d32485dfd5 100644 --- a/wadsrc/static/zscript/actor_attacks.txt +++ b/wadsrc/static/zscript/actor_attacks.txt @@ -727,7 +727,7 @@ extend class Actor { SpawnBlood(bleedpos, SrcAngleFromTarget, actualdamage > 0 ? actualdamage : originaldamage); } - else if (damage) + else if (originaldamage) { if (axeBlood) {