Borg RCD nerf + migration to new attack chain (#27857)

* RCD nerf + migration

* Warrior review

* Fixes weird behaviour
This commit is contained in:
DGamerL
2025-01-12 20:09:46 +01:00
committed by GitHub
parent 2b178d1561
commit 848eea75c5
3 changed files with 37 additions and 30 deletions
@@ -1458,7 +1458,9 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
set category = "IC"
var/obj/item/W = get_active_hand()
if(W)
if(W.new_attack_chain)
W.activate_self(src)
else
W.attack_self__legacy__attackchain(src)
/mob/living/silicon/robot/proc/SetLockdown(state = TRUE)