Don't move out of contents twice

This commit is contained in:
Leshana
2018-03-18 20:12:28 -04:00
parent b96dd41119
commit fefe890390
-1
View File
@@ -116,7 +116,6 @@
if (is_vore_predator(src))
for (var/mob/living/M in H.contents)
if (attacker.eat_held_mob(attacker, M, src))
H.contents -= M
if (H.held_mob == M)
H.held_mob = null
return 1 //Return 1 to exit upper procs