chemistry fixes

This commit is contained in:
Putnam
2020-01-11 18:15:50 -08:00
parent ae46c1f63d
commit 38dcb78625
4 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -128,8 +128,7 @@
target.visible_message("<span class='danger'>[M] has been splashed with something!</span>", \
"<span class='userdanger'>[M] has been splashed with something!</span>")
for(var/datum/reagent/A in reagents.reagent_list)
R += A.type + " ("
R += num2text(A.volume) + "),"
R += "[A.type] ([A.volume]),"
if(thrownby)
log_combat(thrownby, M, "splashed", R)