From 1e96e1d66dc71e357efd0c2d00623c363564d827 Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 26 Jan 2021 00:40:49 +0200 Subject: [PATCH 1/2] Merge pull request #9571 from VOREStation/Verkister-patch-6 Allows feeding synths with the lewd trait --- .../human/species/station/station_special_abilities_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm index 9322434b12..7db7e140b5 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm @@ -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, "\The [T] is not able to be fed.") return