mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +01:00
fix flaky vetus test failures in the dumbest way possible (#28100)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user