Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Jun 17, 2023
1 parent 997ddfc commit 68b4aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/blades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
user.visible_message(SPAN_WARNING("[target] lets out a feral cry!"))
playsound(get_turf(target), 'sound/weapons/katana_slice.ogg', 25)
playsound(get_turf(target), 'sound/hallucinations/wail.ogg', 25)
shake_camera(user, .2, 1)
shake_camera(user, 0.2, 1)
zombie_head.droplimb(0, 0, "dismemberment")


Expand Down

0 comments on commit 68b4aef

Please sign in to comment.