mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Update robot_mob.dm (#27964)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user