This commit is contained in:
Fluffy
2024-03-03 19:52:57 +00:00
committed by GitHub
parent 548bdbb3b7
commit cf056641d3
29 changed files with 119 additions and 39 deletions
@@ -141,7 +141,7 @@
/obj/item/ship_ammunition/proc/unwield()
wielded = FALSE
/obj/item/ship_ammunition/dropped(var/mob/living/user)
/obj/item/ship_ammunition/dropped(mob/user)
..()
if(user)
var/obj/item/offhand/O = user.get_inactive_hand()