mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Update otie.dm
This commit is contained in:
@@ -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(ishuman(target))
|
||||
if(ishuman(target_mob))
|
||||
belly_target.digest_mode = DM_HOLD
|
||||
if(istype(prey,/mob/living/simple_animal/mouse))
|
||||
belly_target.digest_mode = DM_DIGEST
|
||||
|
||||
Reference in New Issue
Block a user