Bloody footprints no longer share their blood when you step on them (#84747)

## About The Pull Request

Closes #84727
This stops you from picking up blood from existing bloody footprints
which could result in a huge mess.

## Why It's Good For The Game

Bloody footprints are extremely messy after being fixed and then buffed,
and while you could argue about it, picking up blood from the footsteps
you made a second ago just by going in circles don't make a whole lot of
sense.

## Changelog
🆑
fix: Bloody footprints no longer bloody your shoes even more when walked
over.
/🆑
This commit is contained in:
SmArtKar
2024-07-08 22:18:11 +02:00
committed by GitHub
parent a9ecdd3690
commit 1fa8d0110d
+1
View File
@@ -242,6 +242,7 @@
// If our feet are bloody enough, add an entered dir
pool_FP.entered_dirs |= wielder.dir
pool_FP.update_appearance()
return
share_blood(pool)