fixes blood_stained (#11348)

Hey look I did it this time
This commit is contained in:
JustSumBody
2016-08-09 03:27:58 -04:00
committed by Exxion
parent 20e4aed1ac
commit 19228e14a4

View File

@@ -105,7 +105,7 @@
//hands
for(var/obj/item/I in held_items)
if(I.blood_DNA && I.blood_DNA.len)
msg += "<span class='warning'>[t_He] [t_is] holding [bicon(I)] [I.gender==PLURAL?"some":"a"] blood_stained [I.name] in [t_his] [get_index_limb_name(is_holding_item(I))]!</span>\n"
msg += "<span class='warning'>[t_He] [t_is] holding [bicon(I)] [I.gender==PLURAL?"some":"a"] blood-stained [I.name] in [t_his] [get_index_limb_name(is_holding_item(I))]!</span>\n"
else
msg += "[t_He] [t_is] holding [bicon(I)] \a [I] in [t_his] [get_index_limb_name(is_holding_item(I))].\n"