ACTUALLY FIXES VORE

This commit is contained in:
deathride58
2018-01-01 20:18:43 -05:00
parent c2fb9ed729
commit 04f19ea53d
@@ -1,4 +1,4 @@
/mob/living/human/grabbedby(mob/living/carbon/user, supress_message = 0)
/mob/living/carbon/human/grabbedby(mob/living/carbon/user, supress_message = 0)
if(user == src && pulling && !pulling.anchored && grab_state >= GRAB_AGGRESSIVE && isliving(pulling))
vore_attack(user, pulling)
else