spans and \the

This commit is contained in:
Fox-McCloud
2016-07-22 19:07:23 -04:00
parent 7bfd7931b4
commit 25faa3b90a
8 changed files with 48 additions and 51 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
/obj/item/weapon/reagent_containers/wash(mob/user, atom/source)
if(is_open_container())
if(reagents.total_volume >= volume)
to_chat(user, "<span class='warning'>\The [src] is full.</span>")
to_chat(user, "<span class='warning'>[src] is full.</span>")
return
else
reagents.add_reagent("water", min(volume - reagents.total_volume, amount_per_transfer_from_this))