Skip to content

Commit

Permalink
Update human_attackhand.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Dec 1, 2023
1 parent 6404aa2 commit e9e1eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_attackhand.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
else
drop_held_item()
visible_message(SPAN_DANGER("<B>[attacking_mob] has disarmed [src]!</B>"), null, null, 5)
playsound(loc, 'sound/weapons/thudswoosh.ogg', 25, 1, 7)
playsound(loc, 'sound/weapons/punchmiss.ogg', 25, 1, 7)
return

playsound(loc, 'sound/weapons/punchmiss.ogg', 25, 1, 7)
Expand Down

0 comments on commit e9e1eb0

Please sign in to comment.