mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
playertips overtime (#19150)
* playertips overtime * . * . * . * . * . * . * . * . * . * . * wtf * . * . * . * snark * that too * ok... why * . * hmm * . * . * . * . * . * ugh * . * .
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user