Merge pull request #4997 from Heroman3003/true-escape

Fixes OOC escape not unabsorbing victim
This commit is contained in:
Novacat
2019-04-10 21:06:44 -04:00
committed by GitHub
+1
View File
@@ -330,6 +330,7 @@
if(!confirm == "Okay" || loc != B)
return
//Actual escaping
absorbed = 0 //Make sure we're not absorbed
forceMove(get_turf(src)) //Just move me up to the turf, let's not cascade through bellies, there's been a problem, let's just leave.
for(var/mob/living/simple_mob/SA in range(10))
SA.prey_excludes[src] = world.time