mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
Restored the limit on long-range holopads needing line-of-sight to their target and a max range of 4 overmap turfs.
This commit is contained in:
@@ -412,6 +412,8 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/
|
||||
if(current_map.use_overmap)
|
||||
if(!linked || !HP.linked)
|
||||
return FALSE
|
||||
if(!(HP.linked in view(4, linked)))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/hologram/holopad/long_range/has_command_auth(var/mob/user)
|
||||
|
||||
Reference in New Issue
Block a user