Skip to content

Commit

Permalink
m41a extendo back
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 5, 2023
1 parent 350704e commit df8597a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions code/datums/supply_packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
containername = "\improper M41A AP magazines crate"
group = "Ammo"

/datum/supply_packs/ammo_mag_box_ext
name = "Magazine box (M41A, 8x extended mags)"
contains = list(
/obj/item/ammo_box/magazine/ext,
)
cost = 30
containertype = /obj/structure/closet/crate/ammo
containername = "\improper M41A extended magazines crate"
group = "Ammo"

//------------------------For M4RA----------------

/datum/supply_packs/ammo_dmr_mag_box
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/smgs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
flags_gun_features = GUN_AUTO_EJECTOR|GUN_CAN_POINTBLANK
gun_category = GUN_CATEGORY_SMG
start_automatic = TRUE
automatic_delay_mult = 1
autofire_slow_mult = 1

/obj/item/weapon/gun/smg/Initialize(mapload, spawn_empty)
. = ..()
Expand Down

0 comments on commit df8597a

Please sign in to comment.