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
+2
View File
@@ -1469,6 +1469,8 @@
if(screen_icon)
owner?.client?.screen -= screen_icon
UnregisterSignal(screen_icon, COMSIG_CLICK)
var/datum/hud/HUD = owner?.hud_used
LAZYREMOVE(HUD?.other_important, screen_icon)
QDEL_NULL(screen_icon)
/datum/component/character_setup/proc/create_mob_button(mob/user)
@@ -41,6 +41,10 @@
ion_trail.start()
return ..()
/mob/living/simple_mob/mechanical/mecha/hoverpod/Destroy()
QDEL_NULL(ion_trail)
. = ..()
/mob/living/simple_mob/mechanical/mecha/hoverpod/Process_Spacemove(var/check_drift = 0)
return TRUE
+4 -1
View File
@@ -2,7 +2,6 @@
ready = 0
GLOB.new_player_list -= src
QDEL_NULL(lobby_window)
disable_lobby_browser()
..()
@@ -17,6 +16,10 @@
return
/mob/new_player/proc/disable_lobby_browser()
if(lobby_window)
lobby_window.unsubscribe(src)
lobby_window.close()
lobby_window = null
var/client/exiting_client = persistent_client.client
if(exiting_client)
winset(exiting_client, "lobby_browser", "is-disabled=true;is-visible=false")