mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 18:36:39 +01:00
refactors attack hand proc header (#6720)
needed for #5677 this is to make that PR slightly easier to review.
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
/obj/item/modular_computer/attack_ai(mob/user)
|
||||
return attack_self(user)
|
||||
|
||||
/obj/item/modular_computer/attack_hand(mob/user, list/params)
|
||||
/obj/item/modular_computer/attack_hand(mob/user, datum/event_args/actor/clickchain/e_args)
|
||||
if(anchored)
|
||||
return attack_self(user)
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user