You can't eat yourself, charlie brown!

Makes it so you can't eat yourself with the BSH
This commit is contained in:
VerySoft
2021-12-08 13:18:42 -05:00
parent cfbe9e8e4e
commit cf7d14b2ee
@@ -138,6 +138,8 @@
belly_dest = pick(living_user.vore_organs)
if(belly_dest)
for(var/mob/living/prey in ToTurf)
if(prey == user) //You can't eat yourself, silly!
continue
if(prey.can_be_drop_prey)
prey.forceMove(belly_dest)
vore_happened = TRUE