More Misc Sentry Fixes (#22496)

Sorting runtime errors by most events in the past 2 weeks, here's a few
fixes for the following:

https://aurorastation.sentry.io/issues/7472147004 - Runtime when someone
attempts to move before their character is placed in the world.

https://aurorastation.sentry.io/issues/7443212526 - Runtime when
harvesting plants

https://aurorastation.sentry.io/issues/7466716994 - Runtime when
vampires try to drink a bloodbag

https://aurorastation.sentry.io/issues/7496800530 - Runtime when a
player disconnects while a tgui window is open.
This commit is contained in:
VMSolidus
2026-05-26 17:57:49 +00:00
committed by GitHub
parent 9b8ebf7e4a
commit df807b33c4
6 changed files with 21 additions and 3 deletions
@@ -141,7 +141,7 @@
if(!footsound)
footsound = T.footstep_sound
if (client)
if (client && T)
var/turf/T1 = GET_TURF_ABOVE(T)
if(up_hint)
up_hint.icon_state = "uphint[(T1 ? !!isopenturf(T1) : 0)]"