Skip to content

Commit

Permalink
- fixed condition to produce blood splatter during line attack
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk authored and coelckers committed Jan 12, 2019
1 parent 53a6445 commit 0330cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actor_attacks.txt
Expand Up @@ -727,7 +727,7 @@ extend class Actor
{
SpawnBlood(bleedpos, SrcAngleFromTarget, actualdamage > 0 ? actualdamage : originaldamage);
}
else if (damage)
else if (originaldamage)
{
if (axeBlood)
{
Expand Down

0 comments on commit 0330cac

Please sign in to comment.