From fefe89039001226d5def75ebb1f91a35fd779eea Mon Sep 17 00:00:00 2001 From: Leshana Date: Sun, 18 Mar 2018 20:12:28 -0400 Subject: [PATCH] Don't move out of contents twice --- code/modules/vore/eating/living_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 5eeedd3ef54..24c0417b38e 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -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