fixes compile error for non-existent obj type

This commit is contained in:
TalkingCactus
2016-07-25 12:33:11 -04:00
parent 7844791b22
commit 67c75cb8b4

View File

@@ -1035,9 +1035,6 @@ var/const/VORE_SIZEDIFF_ANY=5
else
src.visible_message("<span class='danger'>[helper] has fed [prey] to [src]!</span>")
for(var/obj/item/weapon/grab/G in prey.grabbed_by)
qdel(G)
if(helper==src)
vore_admins("[src] has eaten [prey]. via [method].",src,prey)
else if(helper==prey)