mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-17 12:35:26 +00:00
## About The Pull Request Tin. Fixes the following runtime:  Which happened because `barefoot_type` can potentially be null if `turf.barefootstep` is null.  This results in trying to access `GLOB.barefootstep[null]`, which results in a runtime, which prevents the `play_fov_effect()` from executing. ## Why It's Good For The Game Less CI failures, and fixes a bug. ## Changelog 🆑 fix: fixes a runtime in footstep code that would prevent the fov effect from playing to nearby mobs /🆑