refactors attack hand proc header (#6720)

needed for #5677 

this is to make that PR slightly easier to review.
This commit is contained in:
silicons
2024-09-06 13:36:10 -06:00
committed by GitHub
parent 6b8a74e682
commit 0c8dd521c2
430 changed files with 506 additions and 504 deletions
@@ -23,7 +23,7 @@
/obj/structure/droppod_door/attack_generic(var/mob/user)
attack_hand(user)
/obj/structure/droppod_door/attack_hand(mob/user, list/params)
/obj/structure/droppod_door/attack_hand(mob/user, datum/event_args/actor/clickchain/e_args)
if(deploying) return
to_chat(user, "<span class='danger'>You prime the explosive bolts. Better get clear!</span>")
sleep(30)