mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
TGUI fixes, part 3 (#16560)
* a * TGUI fixes part 3 * ugh * bwuh * ambiguous my ass * AOAOAOAO * pt 4 * extra foolproof * a * ok good thing i caught that * enable that for AI --------- Co-authored-by: Matt Atlas <liermattia@gmail.com> Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
our_ui = null
|
||||
|
||||
/datum/late_choices/proc/update_character_icon()
|
||||
if(our_ui.status < UI_INTERACTIVE)
|
||||
if(our_ui && our_ui.status < UI_INTERACTIVE)
|
||||
do_update_character_icon()
|
||||
else
|
||||
update_icon_on_next_open = TRUE
|
||||
|
||||
Reference in New Issue
Block a user