This commit is contained in:
Kyep
2020-07-31 14:09:01 -07:00
parent b2b42d10fd
commit 4e676f30c7
@@ -47,8 +47,7 @@
reagents.reaction(M, REAGENT_TOUCH)
reagents.clear_reagents()
else
if(!iscarbon(M))
// Non-carbons can't process reagents
if(!iscarbon(M)) // Non-carbons can't process reagents
to_chat(user, "<span class='warning'>You cannot find a way to feed [M].</span>")
return
if(M != user)