[MIRROR] adds missing SIGNAL_HANDLERs (#10768)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-26 22:06:18 +02:00
committed by GitHub
co-authored by SatinIsle
parent 9c0fdbbbb8
commit ed532c2574
56 changed files with 78 additions and 3 deletions
@@ -868,6 +868,7 @@
return data
/datum/tgui_module/appearance_changer/proc/update_active_camera_screen()
SIGNAL_HANDLER
cam_screen.vis_contents = list(owner) // Copied from the vore version.
cam_background.icon_state = "clear"
cam_background.fill_rect(1, 1, 1, 1)
@@ -1001,6 +1002,7 @@
return ..()
/datum/tgui_module/appearance_changer/vore/update_active_camera_screen()
SIGNAL_HANDLER
cam_screen.vis_contents = list(owner)
cam_background.icon_state = "clear"
cam_background.fill_rect(1, 1, 1, 1)
+1
View File
@@ -180,6 +180,7 @@
. = TRUE
/datum/tgui_module/camera/proc/update_active_camera_screen()
SIGNAL_HANDLER
if(!active_camera)
show_camera_static()
return TRUE
@@ -118,6 +118,7 @@
unlook(M)
/datum/tgui_module/uav/proc/current_uav_changed_z(old_z, new_z)
SIGNAL_HANDLER
signal_strength = get_signal_to(current_uav)
if(!signal_strength)
clear_current()
+1
View File
@@ -85,6 +85,7 @@
LAZYDISTINCTADD(viewers, WEAKREF(user))
/datum/tgui_module/ship/proc/unlook(var/mob/user)
SIGNAL_HANDLER
user.reset_view()
user.set_viewsize() // reset to default
if(map_view_used)