Another swoopie fix (#7159)

This commit is contained in:
Reo Lozzot
2023-11-05 01:22:03 -06:00
committed by GitHub
parent 6394dc5034
commit ed03e8adb3

View File

@@ -187,7 +187,7 @@
if(!Vac.output_dest)
if(isbelly(vore_selected))
Vac.output_dest = vore_selected
if(!(istype(T) && istype(Vac) && has_AI() && Vac.loc == src) && stat)
if(!istype(T) || !istype(Vac) || !has_AI() || !Vac.loc == src || stat)
return
if(istype(T, /turf/simulated))
var/turf/simulated/S = T