oops, replace all is a hell of a drug

This commit is contained in:
SandPoot
2022-02-25 17:09:31 -03:00
parent de96a68bf5
commit f7ea1f377d
14 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ GENETICS SCANNER
var/has_stomach = C.dna && !(NOSTOMACH in C.dna.species.species_traits)
if(!M.getorganslot(ORGAN_SLOT_EYES))
msg += "\t<span class='alert'><b>Subject does not have eyes.</b></span>\n"
if(!M.getorganslot(ORGAN_ITEM_SLOT_EARS))
if(!M.getorganslot(ORGAN_SLOT_EARS))
msg += "\t<span class='alert'><b>Subject does not have ears.</b></span>\n"
if(!M.getorganslot(ORGAN_SLOT_BRAIN))
msg += "\t<span class='alert'><b>Subject's brain function is non-existent!</b></span>\n"