mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
You can't eat yourself, charlie brown!
Makes it so you can't eat yourself with the BSH
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user