Update robot_mob.dm (#27964)

This commit is contained in:
DGamerL
2025-01-13 21:15:25 +01:00
committed by GitHub
parent 807b7dd7b9
commit 19562b2ae6
@@ -1458,6 +1458,8 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
set category = "IC"
var/obj/item/W = get_active_hand()
if(!W)
return
if(W.new_attack_chain)
W.activate_self(src)
else