From 570cb5f015c6a7ac85899cc59a73756571d3ae4e Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 26 Mar 2023 10:52:18 +0200 Subject: [PATCH] [MIRROR] [NO GBP] Aux construction console RCD works again. [MDB IGNORE] (#20024) * [NO GBP] Aux construction console RCD works again. (#74158) ## About The Pull Request Fixes #74145 Forgot to make aux construction console RCD use `afterattack()`. :cl: fix: aux construction console RCD works again /:cl: * [NO GBP] Aux construction console RCD works again. --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> --- .../structures/construction_console/construction_actions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/construction_console/construction_actions.dm b/code/game/objects/structures/construction_console/construction_actions.dm index 5586e70f246..e190312c167 100644 --- a/code/game/objects/structures/construction_console/construction_actions.dm +++ b/code/game/objects/structures/construction_console/construction_actions.dm @@ -56,7 +56,7 @@ rcd_target = S //If we don't break out of this loop we'll get the last placed thing owner.changeNext_move(CLICK_CD_RANGE) check_rcd() - base_console.internal_rcd.pre_attack(rcd_target, owner, TRUE) //Activate the RCD and force it to work remotely! + base_console.internal_rcd.afterattack(rcd_target, owner, TRUE, "") //Activate the RCD and force it to work remotely! playsound(target_turf, 'sound/items/deconstruct.ogg', 60, TRUE) /datum/action/innate/construction/configure_mode