diff --git a/code/modules/projectiles/guns/throw/crossbow.dm b/code/modules/projectiles/guns/throw/crossbow.dm index 08fc39271da..dc03a76fb48 100644 --- a/code/modules/projectiles/guns/throw/crossbow.dm +++ b/code/modules/projectiles/guns/throw/crossbow.dm @@ -103,7 +103,7 @@ return user.drop_item() - I.loc = src + I.forceMove(src) cell = I to_chat(user, "You jam [cell] into [src] and wire it to the firing coil.") process_chamber()