Fixes formatting issue

This commit is contained in:
Sam
2017-06-26 18:15:23 +01:00
committed by GitHub
parent 37835ca4ff
commit 880c2d2a17
+1 -1
View File
@@ -1100,7 +1100,7 @@
if(H.species && H.species.flags & NO_BREATHE)
return //no puking if you can't smell!
// Humans can lack a mind datum, y'know
if(H.mind && (H.mind.assigned_role == "Detective" || H.mind.assigned_role == "Coroner") )
if(H.mind && (H.mind.assigned_role == "Detective" || H.mind.assigned_role == "Coroner"))
return //too cool for puke
to_chat(H, "<spawn class='warning'>You smell something foul...")
H.fakevomit()