From afb892e97efe36b382a605640d129534fef22fe6 Mon Sep 17 00:00:00 2001 From: Mechoid Date: Mon, 4 Sep 2023 05:21:13 -0700 Subject: [PATCH] Move Intent Update --- code/modules/exosuits/interface/_interface.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/exosuits/interface/_interface.dm b/code/modules/exosuits/interface/_interface.dm index 124f75312fe..cdfcdb88c35 100644 --- a/code/modules/exosuits/interface/_interface.dm +++ b/code/modules/exosuits/interface/_interface.dm @@ -131,7 +131,7 @@ using = new /obj/screen() using.name = "mov_intent" using.icon = ui_style - using.icon_state = (m_intent == "run" ? "running" : "walking") + using.icon_state = (IS_RUNNING(src) ? "running" : "walking") using.screen_loc = ui_movi using.color = ui_color using.alpha = ui_alpha