Merge pull request #1189 from CHOMPStationBot/upstream-merge-9571

[MIRROR] Allows feeding synths with the lewd trait
This commit is contained in:
cadyn
2021-01-25 16:06:05 -08:00
committed by GitHub
@@ -566,7 +566,7 @@
return
var/mob/living/carbon/human/T = G.affecting // I must say, this is a quite ingenious way of doing it. Props to the original coders.
if(!istype(T) || T.isSynthetic())
if(!istype(T))
to_chat(src, "<span class='warning'>\The [T] is not able to be fed.</span>")
return