Merge pull request #9571 from VOREStation/Verkister-patch-6

Allows feeding synths with the lewd trait
This commit is contained in:
Verkister
2021-01-26 00:40:49 +02: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