From cd2b42ceb0398c389c36efbd7d8bb40dedf50fe4 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 10 Apr 2017 19:36:42 -0400 Subject: [PATCH] Prevent ranged dogborg noms Noooo thanks. --- code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm index 0a56dc2413..7b34bd45ce 100644 --- a/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm +++ b/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm @@ -36,7 +36,7 @@ user << "Your [src.name] is already occupied." return user.visible_message("[hound.name] is ingesting [target.name] into their [src.name].", "You start ingesting [target] into your [src]...") - if(!patient && ishuman(target) && !target.buckled && do_after (user, 50)) + if(!patient && ishuman(target) && !target.buckled && do_after (user, 50, target)) if(!proximity) return //If they moved away, you can't eat them.