Skip to content

Commit

Permalink
Move Intent Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechoid committed Sep 4, 2023
1 parent 5ba9fb1 commit afb892e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/exosuits/interface/_interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afb892e

Please sign in to comment.