Merge pull request #6033 from Walter0o/comp3_crew_comp

should fix #6030
This commit is contained in:
Zuhayr
2014-08-18 09:32:48 +09:30

View File

@@ -47,7 +47,7 @@
log += "<td width='20%'>[life_status] [damage_report]</td><td width='40%'>Not Available</td></tr>" log += "<td width='20%'>[life_status] [damage_report]</td><td width='40%'>Not Available</td></tr>"
if(3) if(3)
var/area/player_area = get_area(H) var/area/player_area = get_area(H)
log += "<td width='20%'>[life_status] [damage_report]</td><td width='40%'>[player_area.name] ([pos.x], [pos.y])</td></tr>" log += "<td width='20%'>[life_status] [damage_report]</td><td width='40%'>[sanitize(player_area.name)] ([pos.x], [pos.y])</td></tr>"
logs += log logs += log
logs = sortList(logs) logs = sortList(logs)
for(var/log in logs) for(var/log in logs)
@@ -75,4 +75,4 @@
if(href_list["update"]) if(href_list["update"])
interact() interact()
//src.updateUsrDialog() //src.updateUsrDialog()
return return