Ship Sensor View Fix (#18030)

* Ship Sensor View Fix

* copy paste error

* Update code/modules/mob/living/carbon/human/life.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>

* dmdoc'd

---------

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
Geeves
2023-12-31 20:06:23 +02:00
committed by GitHub
parent e1a6de3369
commit 91a45a4e39
7 changed files with 25 additions and 14 deletions
+1
View File
@@ -143,6 +143,7 @@
window.release_lock()
window.close(can_be_suspended)
src_object.ui_close(user)
SEND_SIGNAL(src, COMSIG_TGUI_CLOSE, user)
SStgui.on_close(src)
state = null
qdel(src)