Skip to content

Commit

Permalink
п
Browse files Browse the repository at this point in the history
п
  • Loading branch information
AmShegars committed Dec 9, 2023
1 parent 92129f5 commit 2ccd0a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mechs/mech_interaction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
if(do_after(src, 1.2 SECONDS, get_turf(src),DO_DEFAULT|DO_USER_UNIQUE_ACT|DO_PUBLIC_PROGRESS) && user)
if(PAST!=A.loc)
src.visible_message(SPAN_DANGER(" [src] misses with his attack!"))
do_attack_effect(PAST, "smash")
setClickCooldown(arms ? arms.action_delay : 7)
playsound(src.loc, arms_punch_sound, 50, 1)
return
else if(istype(A, /obj/machinery/door/firedoor) )
var/obj/machinery/door/firedoor/FD = A
Expand Down

0 comments on commit 2ccd0a1

Please sign in to comment.