mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Borg RCD nerf + migration to new attack chain (#27857)
* RCD nerf + migration * Warrior review * Fixes weird behaviour
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user