From ad5f47ea8fa4ef17de501d345bb346fbab1ca650 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sat, 25 Jul 2020 15:29:44 -0700 Subject: [PATCH] Update scanner.dm --- code/modules/detectivework/scanner.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/detectivework/scanner.dm b/code/modules/detectivework/scanner.dm index 3ee1990d14..70e85a9cfb 100644 --- a/code/modules/detectivework/scanner.dm +++ b/code/modules/detectivework/scanner.dm @@ -143,6 +143,8 @@ add_log("Blood:") found_something = TRUE for(var/B in blood) + if(B == "color") + continue add_log("Type: [blood[B]] DNA: [B]") //Fibers