Fixes double icons in examine, and random " on his head" " on his groin" messages.

This commit is contained in:
Erthilo
2012-06-27 20:29:40 +01:00
parent 4460bc2011
commit 1e63e35ab4
@@ -34,8 +34,6 @@
var/t_is = "is"
var/msg = "<span class='info'>*---------*\nThis is "
if(src.icon)
msg += "\icon[src.icon] " //fucking BYOND: this should stop dreamseeker crashing if we -somehow- examine somebody before their icon is generated
switch(get_visible_gender())
if(MALE)
@@ -292,7 +290,7 @@
if(21 to INFINITY)
wound_flavor_text["[temp.display_name]"] += pick(" a lot of burns"," severe melting")
wound_flavor_text["[temp.display_name]"] += "!</span>\n"
else if(temp.wound_descs)
else if(temp.wound_descs.len)
var/list/wound_descriptors = list()
for(var/time in temp.wound_descs)
for(var/wound in temp.wound_descs[time])