Merge remote-tracking branch 'bay12-upstream/master' into development

This commit is contained in:
skull132
2016-10-07 00:58:39 +03:00
1594 changed files with 53994 additions and 48590 deletions
@@ -90,7 +90,7 @@
return
/obj/machinery/microscope/proc/remove_sample(var/mob/living/remover)
if(!istype(remover) || remover.stat || !Adjacent(remover))
if(!istype(remover) || remover.incapacitated() || !Adjacent(remover))
return ..()
if(!sample)
remover << "<span class='warning'>\The [src] does not have a sample in it.</span>"
+2 -2
View File
@@ -36,8 +36,8 @@
if(!H.organs_by_name["head"])
user << "<span class='warning'>They don't have a head.</span>"
return
if(H.species && (H.species.flags & NO_SCAN))
user << "<span class='warning'>They don't have any biological fluids to check!.</span>"
if(!H.check_has_mouth())
user << "<span class='warning'>They don't have a mouth.</span>"
return
user.visible_message("[user] swabs \the [H]'s mouth for a saliva sample.")
dna = list(H.dna.unique_enzymes)