[MIRROR] Removes excess span from vampire status tab (#1530)

* Removes excess span from vampire status tab (#54683)

* Removes excess span from vampire status tab

Co-authored-by: skoglol <33292112+kriskog@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-11-01 11:27:57 +01:00
committed by GitHub
co-authored by skoglol
parent d4d3138e18
commit b1dc99c03f
@@ -123,7 +123,7 @@
. = ..()
var/obj/item/organ/heart/vampire/darkheart = getorgan(/obj/item/organ/heart/vampire)
if(darkheart)
. += "<span class='notice'>Current blood level: [blood_volume]/[BLOOD_VOLUME_MAXIMUM].</span>"
. += "Current blood level: [blood_volume]/[BLOOD_VOLUME_MAXIMUM]."
/obj/item/organ/heart/vampire