Skip to content

Commit

Permalink
Lol Lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 9, 2024
1 parent c70fe63 commit ffc3dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -779,12 +779,6 @@ 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: 2 additions & 0 deletions code/modules/cm_marines/equipment/guncases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@

/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
1 change: 1 addition & 0 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7453,6 +7453,7 @@
/obj/item/weapon/gun/rifle/m4ra/pve{
pixel_y = 8
},
/obj/item/storage/box/guncase/shotgunpump,
/turf/open/floor/almayer{
icon_state = "plate"
},
Expand Down

0 comments on commit ffc3dfd

Please sign in to comment.