Sparky's Bugfix Trilogy (#9945)

This commit is contained in:
Sparkyhotdog
2020-09-10 10:13:50 +02:00
committed by GitHub
parent fe34913291
commit 108e3e2869
4 changed files with 20 additions and 5 deletions
+3 -2
View File
@@ -379,10 +379,11 @@ BREATH ANALYZER
break
var/dat = "Trace Chemicals Found: "
for(var/R in blood_traces)
var/datum/reagent/C = new R()
if(details)
dat += "[R] ([blood_traces[R]] units) "
dat += "[C] ([blood_traces[R]] units) "
else
dat += "[R] "
dat += "[C] "
to_chat(user, "[dat]")
reagents.clear_reagents()
return