basically the same as
https://github.com/Ccomp5950/Baystation12/commit/569e8361dc074ec83a767b3944f43c050aff9663
for the computer3 laptop.
This commit is contained in:
Walter0o
2014-08-17 18:18:07 +02:00
parent 9f57c1b16e
commit 0c6dff3c7a
@@ -47,7 +47,7 @@
log += "<td width='20%'>[life_status] [damage_report]</td><td width='40%'>Not Available</td></tr>"
if(3)
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 = sortList(logs)
for(var/log in logs)
@@ -75,4 +75,4 @@
if(href_list["update"])
interact()
//src.updateUsrDialog()
return
return