mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Merge pull request #11991 from Very-Soft/noselfvoar
You can't eat yourself, charlie brown!
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