Skip to content

Commit

Permalink
fix the issue? maybe probably won't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Aug 4, 2023
1 parent b054a79 commit ca8a469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,9 @@
/obj/item/storage/belt/gun/flaregun/attackby(obj/item/W, mob/user)
if(istype(W, /obj/item/storage/box/m94))
var/obj/item/storage/box/m94/M = W
storage_slots = 16
dump_into(M,user)
storage_slots = 17
else
return ..()

Expand Down

0 comments on commit ca8a469

Please sign in to comment.