Heartless humans now display as unsuitable for abductor experiments (#34951)
This commit is contained in:
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]")
|
||||
|
||||
Reference in New Issue
Block a user