Skip to content

Commit

Permalink
Other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 9, 2024
1 parent d33e1f1 commit c70fe63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,12 @@ var/global/list/gear_datums_by_name = list()
path = /obj/item/storage/large_holster/machete/arnold/weak
allowed_origins = USCM_ORIGINS

/datum/gear/weapon/m37
display_name = "M37 Shotgun"
path = /obj/item/storage/box/guncase/shotgunpump
allowed_origins = USCM_ORIGINS
cost = 6

/datum/gear/drink
category = "Canned drinks"

Expand Down
2 changes: 0 additions & 2 deletions code/modules/cm_marines/equipment/guncases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@

/obj/item/storage/box/guncase/shotgunpump/fill_preset_inventory()
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)
Expand Down
2 changes: 2 additions & 0 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -18118,6 +18118,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 c70fe63

Please sign in to comment.