Skip to content

Commit

Permalink
Return of the M37 (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: Dumbgunner <[email protected]>
  • Loading branch information
Max-023 and Dumbgunner committed Sep 15, 2024
1 parent 967e8cd commit 33a3013
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions code/modules/cm_marines/equipment/guncases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
new /obj/item/weapon/gun/shotgun/pump(src)
new /obj/item/ammo_magazine/shotgun/buckshot(src)
new /obj/item/ammo_magazine/shotgun/slugs(src)
new /obj/item/storage/pouch/shotgun(src)
new /obj/item/storage/large_holster/m37(src)
new /obj/item/attachable/stock/shotgun(src)


/obj/item/storage/box/guncase/shotgunpump/special
Expand Down
5 changes: 4 additions & 1 deletion maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6576,8 +6576,9 @@
},
/obj/structure/surface/table/almayer,
/obj/item/weapon/gun/rifle/m4ra/pve{
pixel_y = 8
pixel_y = 9
},
/obj/item/storage/box/guncase/shotgunpump,
/turf/open/floor/almayer/plate,
/area/golden_arrow/platoonprep)
"awN" = (
Expand Down Expand Up @@ -15970,6 +15971,8 @@
/obj/structure/machinery/light/double/blue{
light_color = "#dae2ff"
},
/obj/structure/surface/table/almayer,
/obj/item/tool/crowbar,
/turf/open/floor/almayer,
/area/golden_arrow/platoonarmory)
"hbu" = (
Expand Down

0 comments on commit 33a3013

Please sign in to comment.