mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user