Skip to content

Commit

Permalink
Update carbon.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Jul 29, 2024
1 parent 55e0d59 commit 57ec441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/carbon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,12 @@
to_chat(src, SPAN_WARNING("You need to set up the high toss!"))
return
animation_attack_on(target)
playsound(src, 'sound/weapons/punchmiss.ogg', 50, 1, 7)
playsound(src, 'sound/weapons/punchmiss.ogg', 25, 1, 7)
drop_inv_item_on_ground(I, TRUE)
thrown_thing.throw_atom(target, thrown_thing.throw_range, SPEED_SLOW, src, spin_throw, HIGH_LAUNCH)
else
animation_attack_on(target)
playsound(src, 'sound/weapons/punchmiss.ogg', 50, 1, 7)
playsound(src, 'sound/weapons/punchmiss.ogg', 25, 1, 7)
drop_inv_item_on_ground(I, TRUE)
thrown_thing.throw_atom(target, thrown_thing.throw_range, thrown_thing.throw_speed, src, spin_throw)

Expand Down

0 comments on commit 57ec441

Please sign in to comment.