Replica pods can show the blood DNA of injected samples (#48755)

* Replica pods notify ghosts, can show the blood DNA of injected samples

* basically im monky

* h

* removes garbo, adds hints that "blood DNA" is just the UE
This commit is contained in:
81Denton
2020-01-20 11:44:38 -05:00
committed by moo
parent 0496a6c708
commit 3849a4a42c
4 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
add_log("<span class='info'><B>Blood:</B></span>")
found_something = 1
for(var/B in blood)
add_log("Type: <font color='red'>[blood[B]]</font> DNA: <font color='red'>[B]</font>")
add_log("Type: <font color='red'>[blood[B]]</font> DNA (UE): <font color='red'>[B]</font>")
//Fibers
if(length(fibers))