mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Don't move out of contents twice
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user