From c7bcb48093e52c1a03f58eac5b2f5d6dac78842d Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Sun, 26 Mar 2023 05:56:09 -0500 Subject: [PATCH] gives constructs an intent swapping hud (#20636) --- code/_onclick/hud/constructs.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/_onclick/hud/constructs.dm b/code/_onclick/hud/constructs.dm index 0effd812b2d..0c3f9eaf8a4 100644 --- a/code/_onclick/hud/constructs.dm +++ b/code/_onclick/hud/constructs.dm @@ -61,3 +61,8 @@ mymob.pullin.icon_state = "pull0" mymob.pullin.name = "pull" mymob.pullin.screen_loc = ui_construct_pull + var/obj/screen/using + using = new /obj/screen/act_intent/simple_animal() + using.icon_state = mymob.a_intent + static_inventory += using + action_intent = using