mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Merge pull request #1189 from CHOMPStationBot/upstream-merge-9571
[MIRROR] Allows feeding synths with the lewd trait
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user