mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[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()`. 🆑 fix: aux construction console RCD works again /🆑 * [NO GBP] Aux construction console RCD works again. --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user