Skip to content

Commit

Permalink
no more footprint tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 24, 2024
1 parent e35bd69 commit 89aaae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/effects/decals/cleanable/blood/blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
// can make footprints
if(!amount || !ishuman(AM))
return

if(basecolor == BLOOD_COLOR_XENO || basecolor == BLOOD_COLOR_XENO_ROYAL)
return FALSE
if(SSticker.mode && MODE_HAS_TOGGLEABLE_FLAG(MODE_BLOOD_OPTIMIZATION))
return

Expand Down

0 comments on commit 89aaae1

Please sign in to comment.