Fix Runtime in reagent_containers.dm,112: undefined proc or verb /mob/living/bot/farmbot/check mouth coverage().

This commit is contained in:
Leshana
2020-03-30 17:39:34 -04:00
parent 1da5dd8230
commit adec04c010

View File

@@ -104,7 +104,7 @@
feed_sound(user)
return 1
else
if(istype(user, /mob/living/carbon/human))
if(istype(target, /mob/living/carbon/human))
var/mob/living/carbon/human/H = target
if(!H.check_has_mouth())
to_chat(user, "Where do you intend to put \the [src]? \The [H] doesn't have a mouth!")