diff --git a/code/modules/projectiles/guns/throw/crossbow.dm b/code/modules/projectiles/guns/throw/crossbow.dm index e82b965be78..bf101cd49c3 100644 --- a/code/modules/projectiles/guns/throw/crossbow.dm +++ b/code/modules/projectiles/guns/throw/crossbow.dm @@ -163,7 +163,7 @@ name = "makeshift bolt" desc = "A sharpened metal rod that can be fired out of a crossbow." icon_state = "metal-rod" - throwforce = 8 + throwforce = 10 var/superheated = 0 /obj/item/arrow/rod/removed()