Fixes a runtime error when feeding borgs (#500)

This commit is contained in:
skull132
2016-06-30 00:29:16 +03:00
committed by GitHub
parent 29eb1b6642
commit a71410a126

View File

@@ -112,7 +112,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.species.flags & IS_SYNTHETIC)
H << "<span class='notice'>They have a monitor for a head, where do you think you're going to put that?</span>"