mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #6033 from Walter0o/comp3_crew_comp
should fix #6030
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user