Skip to content

Commit

Permalink
visualwounds: always update bloodcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrukar authored and caligari87 committed Jun 3, 2024
1 parent 36d1576 commit 675e542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions medical/module/medical_droplets.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ class UaS_BloodDroplet : VisualThinker {
return;
}

if (bleeder.BloodColor) { SColor = bleeder.BloodColor; }
else { SColor = "DarkRed"; }

if (falling) {
double minz = curSector.NextLowestFloorAt(
Pos.X, Pos.Y,
Expand Down

0 comments on commit 675e542

Please sign in to comment.