Skip to content

Commit

Permalink
Guncase Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumbgunner committed Nov 4, 2024
1 parent ca9a496 commit 83f80f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_marines/equipment/guncases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
name = "\improper Ithaca 37 pump-action shotgun case"
desc = "A gun case containing an unloaded Ithaca 37 pump-action shotgun, a box of 12 gauge buckshot, and a box of 12 gauge slugs."
icon_state = "matebacase"
storage_slots = 3
can_hold = list(/obj/item/weapon/gun/shotgun/pump, /obj/item/ammo_magazine/shotgun/buckshot, /obj/item/ammo_magazine/shotgun/slugs)
storage_slots = 6
can_hold = list(/obj/item/weapon/gun/shotgun/pump, /obj/item/storage/large_holster/m37, /obj/item/attachable/stock/shotgun, /obj/item/ammo_magazine/shotgun/buckshot, /obj/item/ammo_magazine/shotgun/slugs)

/obj/item/storage/box/guncase/shotgunpump/fill_preset_inventory()
new /obj/item/weapon/gun/shotgun/pump(src)
Expand Down

0 comments on commit 83f80f2

Please sign in to comment.