mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Merge pull request #12112 from Fox-McCloud/gps-location
GPS Location Status
This commit is contained in:
@@ -168,7 +168,11 @@
|
||||
show_stat_emergency_shuttle_eta()
|
||||
|
||||
if(client.statpanel == "Status")
|
||||
if(locate(/obj/item/assembly/health) in src)
|
||||
var/total_user_contents = GetAllContents() // cache it
|
||||
if(locate(/obj/item/gps) in total_user_contents)
|
||||
var/turf/T = get_turf(src)
|
||||
stat(null, "GPS: [COORD(T)]")
|
||||
if(locate(/obj/item/assembly/health) in total_user_contents)
|
||||
stat(null, "Health: [health]")
|
||||
if(internal)
|
||||
if(!internal.air_contents)
|
||||
|
||||
Reference in New Issue
Block a user