mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Merge pull request #12717 from moxian/implant-z
This commit is contained in:
@@ -71,8 +71,8 @@
|
||||
health_display = "DEAD"
|
||||
else if(total_loss)
|
||||
health_display = "HURT ([total_loss])"
|
||||
if(is_station_level(M.z) && !istype(M.loc, /turf/space))
|
||||
loc_display = "[get_area(M)]"
|
||||
if(is_station_level(Tr.z) && !istype(Tr.loc, /turf/space))
|
||||
loc_display = "[get_area(Tr)]"
|
||||
dat += "ID: [T.id] <BR>Subject: [M] <BR>Location: [loc_display] <BR>Health: [health_display] <BR>"
|
||||
dat += "<A href='?src=[UID()];warn=\ref[T]'>(<font color=red><i>Message Holder</i></font>)</A> |<BR>"
|
||||
dat += "********************************<BR>"
|
||||
|
||||
@@ -70,9 +70,10 @@ Frequency:
|
||||
for(var/obj/item/implant/tracking/T in GLOB.tracked_implants)
|
||||
if(!T.implanted || !T.imp_in)
|
||||
continue
|
||||
var/turf/Tr = get_turf(T)
|
||||
|
||||
if(T && T.z == z)
|
||||
temp += "[T.id]: [T.imp_in.x], [T.imp_in.y], [T.imp_in.z]<BR>"
|
||||
if(Tr && Tr.z == sr.z)
|
||||
temp += "[T.id]: [Tr.x], [Tr.y], [Tr.z]<BR>"
|
||||
|
||||
temp += "<B>You are at \[[sr.x],[sr.y],[sr.z]\]</B>."
|
||||
temp += "<BR><BR><A href='byond://?src=[UID()];refresh=1'>Refresh</A><BR>"
|
||||
|
||||
Reference in New Issue
Block a user