[MIRROR] [TM Candidate] Overhauls orbit and POI code to fix part of issue #61508 where players could observe /mob/living/new_player on the lobby. (#8339)

* [TM Candidate] Overhauls orbit and POI code to fix part of issue #61508 where players could observe /mob/living/new_player on the lobby.

* E

* Missed merge

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-09-24 19:16:17 +02:00
committed by GitHub
parent 9d0a1a5694
commit e8d78089fc
48 changed files with 614 additions and 240 deletions
@@ -270,7 +270,7 @@
pointercolor = "red"
/datum/computer_file/program/radar/fission360/find_atom()
return locate(selected) in GLOB.poi_list
return SSpoints_of_interest.get_poi_atom_by_ref(selected)
/datum/computer_file/program/radar/fission360/scan()
if(world.time < next_scan)
@@ -285,7 +285,7 @@
name = nuke.name,
)
objects += list(nukeinfo)
var/obj/item/disk/nuclear/disk = locate() in GLOB.poi_list
var/obj/item/disk/nuclear/disk = locate() in SSpoints_of_interest.real_nuclear_disks
var/list/nukeinfo = list(
ref = REF(disk),
name = "Nuke Auth. Disk",