mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Fixes various bugs: off-ship cameras, ghost role AOOC, hologram text message, adjacency Z-checking. (#13959)
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
A.client.eye = A.eyeobj
|
||||
return TRUE
|
||||
|
||||
if(!is_contact_area(get_area(C)))
|
||||
to_chat(user, SPAN_NOTICE("This camera is too far away to connect to!"))
|
||||
return FALSE
|
||||
|
||||
set_current(C)
|
||||
user.machine = ui_host()
|
||||
user.reset_view(current_camera)
|
||||
|
||||
@@ -137,6 +137,10 @@
|
||||
A.client.eye = A.eyeobj
|
||||
return TRUE
|
||||
|
||||
if(!is_contact_area(get_area(C)))
|
||||
to_chat(user, SPAN_NOTICE("This camera is too far away to connect to!"))
|
||||
return FALSE
|
||||
|
||||
set_current(C)
|
||||
user.machine = ui_host()
|
||||
user.reset_view(current_camera)
|
||||
|
||||
Reference in New Issue
Block a user