Heartless humans now display as unsuitable for abductor experiments (#34951)

This commit is contained in:
vuonojenmustaturska
2018-01-30 19:25:17 +02:00
committed by CitadelStationBot
parent f4c44d004a
commit a334c51b20
@@ -558,7 +558,10 @@ Congratulations! You are now trained for invasive xenobiology research!"}
if(temp)
helptext = "<span class='warning'>Experimental gland detected!</span>"
else
helptext = "<span class='notice'>Subject suitable for experiments.</span>"
if (L.getorganslot(ORGAN_SLOT_HEART))
helptext = "<span class='notice'>Subject suitable for experiments.</span>"
else
helptext = "<span class='warning'>Subject unsuitable for experiments.</span>"
to_chat(user, "<span class='notice'>Probing result:</span>[species]")
to_chat(user, "[helptext]")