Skip to content

Commit

Permalink
Update robot_mob.dm (#27964)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Jan 13, 2025
1 parent 807b7dd commit 19562b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/silicon/robot/robot_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19562b2

Please sign in to comment.