From c2fb07bc7b275e3542927f6f0b8a32a628e61304 Mon Sep 17 00:00:00 2001 From: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:18:05 +0530 Subject: [PATCH] [NO GBP] Actions buttons can be dragged anywhere again (#84332) ## About The Pull Request - Fixes #84244 Shit happens ## Changelog :cl: fix: actions buttons can be dragged anywhere again /:cl: --- code/_onclick/hud/action_button.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/_onclick/hud/action_button.dm b/code/_onclick/hud/action_button.dm index b3d2de3683b..71d8a81b397 100644 --- a/code/_onclick/hud/action_button.dm +++ b/code/_onclick/hud/action_button.dm @@ -130,6 +130,9 @@ our_hud.position_action_relative(src, button) save_position() return + + . = ..() + our_hud.position_action(src, screen_loc) save_position()