mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
@@ -154,7 +154,7 @@
|
||||
/mob/living/simple_animal/otie/friendly/security/feed_grabbed_to_self(var/mob/living/user, var/mob/living/prey) // Make the gut start out safe for bellybrigging.
|
||||
var/datum/belly/B = user.vore_selected
|
||||
var/datum/belly/belly_target = user.vore_organs[B]
|
||||
if(check_threat(target_mob) >= 4)
|
||||
if(ishuman(target_mob))
|
||||
belly_target.digest_mode = DM_HOLD
|
||||
if(istype(prey,/mob/living/simple_animal/mouse))
|
||||
belly_target.digest_mode = DM_DIGEST
|
||||
@@ -261,6 +261,8 @@
|
||||
if(I_GRAB)
|
||||
if(health > 0)
|
||||
audible_emote("growls disapprovingly at [M].")
|
||||
if(M == friend)
|
||||
friend = null
|
||||
return
|
||||
else
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user