mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01: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:
co-authored by
Matt Atlas
Werner
parent
06f8ced03b
commit
e237808ea9
@@ -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