Fixes potential "trapped as ghost" problems and examine+scanner text

This commit is contained in:
Fermi
2019-08-06 19:54:07 +01:00
parent f4c5e6fd2f
commit ee1b04eefb
3 changed files with 16 additions and 1 deletions

View File

@@ -213,9 +213,17 @@ SLIME SCANNER
if(advanced && M.hallucinating())
msg += "\t<span class='info'>Subject is hallucinating.</span>\n"
//MKUltra
if(M.has_status_effect(/datum/status_effect/chem/enthrall))
msg += "\t<span class='info'>Subject has abnormal brain fuctions.</span>\n"
//Astrogen shenanigans
if(M.reagents.has_reagent("astral"))
if(M.mind)
msg += "<span class='danger'>Warning: subject may be possesed.</span>\n"
else
msg += "<span class='notice'>Subject appears to be astrally projecting.</span>\n"
//Eyes and ears
if(advanced)
if(iscarbon(M))