playertips overtime (#19150)

* playertips overtime

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* wtf

* .

* .

* .

* snark

* that too

* ok... why

* .

* hmm

* .

* .

* .

* .

* .

* ugh

* .

* .
This commit is contained in:
Kashargul
2026-02-08 17:46:53 +01:00
committed by GitHub
parent 18d40acad0
commit 659239a8cd
13 changed files with 70 additions and 37 deletions
@@ -102,9 +102,9 @@
cut_data()
/datum/tgui_module/appearance_changer/Destroy()
qdel(cam_screen)
QDEL_NULL(cam_screen)
QDEL_LIST(cam_plane_masters)
qdel(cam_background)
QDEL_NULL(cam_background)
return ..()
/datum/tgui_module/appearance_changer/tgui_act(action, list/params, datum/tgui/ui, datum/tgui_state/state)
+3
View File
@@ -221,6 +221,9 @@
*/
/datum/tgui_window/proc/close(can_be_suspended = TRUE)
if(!client)
release_lock()
status = TGUI_WINDOW_CLOSED
message_queue = null
return
if(can_be_suspended && can_be_suspended())
#ifdef TGUI_DEBUGGING