Detectives don't vomit.

This commit is contained in:
Mieszko Jędrzejczak
2016-08-13 01:42:19 +02:00
parent 0bb08d49c8
commit 1c3cc1b5a3
+3 -1
View File
@@ -1105,7 +1105,7 @@
for(var/mob/living/carbon/human/H in range(decaylevel, src))
if(prob(5))
if(prob(2))
if(istype(loc,/obj/item/bodybag))
return
var/obj/item/clothing/mask/M = H.wear_mask
@@ -1113,6 +1113,8 @@
return
if(H.species && H.species.flags & NO_BREATHE)
return //no puking if you can't smell!
if(H.mind.assigned_role == "Detective")
return //too cool for puke
to_chat(H, "<spawn class='warning'>You smell something foul...")
H.fakevomit()