fix flaky vetus test failures in the dumbest way possible (#28100)

This commit is contained in:
warriorstar-orion
2025-01-25 16:03:58 -05:00
committed by GitHub
parent 98bf5f0295
commit ad43a1deca
@@ -467,6 +467,8 @@
/mob/living/simple_animal/hostile/proc/EscapeConfinement()
if(buckled)
buckled.attack_animal(src)
if(!targets_from)
return
if(!isturf(targets_from.loc) && targets_from.loc != null)//Did someone put us in something?
var/atom/A = targets_from.loc
A.attack_animal(src)//Bang on it till we get out