Update belly_obj_vr.dm

This commit is contained in:
Sharkmare
2019-03-05 09:01:24 +01:00
committed by GitHub
parent f527564c4d
commit f8011b6cb3
+1 -1
View File
@@ -256,7 +256,7 @@
// The purpose of this method is to avoid duplicate code, and ensure that all necessary
// steps are taken.
/obj/belly/proc/nom_mob(var/mob/prey, var/mob/user)
if(owner.stat == DEAD || !isEdible)
if(owner.stat == DEAD || !prey.isEdible)
return
if (prey.buckled)
prey.buckled.unbuckle_mob()