scanner hotfix

ghosts scaring people smh.
This commit is contained in:
quotefox
2022-03-10 11:01:46 +00:00
parent 888ca227f0
commit 7c87a637a0
+2 -1
View File
@@ -135,7 +135,8 @@ GENE SCANNER
if(ishuman(M))
var/mob/living/carbon/human/H = M
H.scan_animation()
if (user.stat == 0) //no more ghost scans
H.scan_animation()
if(H.undergoing_cardiac_arrest() && H.stat != DEAD)
to_chat(user, "<span class='danger'>Subject suffering from heart attack: Apply defibrillation or other electric shock immediately!</span>")