Skip to content

Commit

Permalink
Fix issue with SMG mags
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 14, 2024
1 parent bf88f40 commit 10e41be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/ammunition/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

/obj/item/ammo_magazine/machine_pistol/rubber
labels = list("rubber")
ammo_type = /obj/item/projectile/bullet/smg/rubber
ammo_type = /obj/item/ammo_casing/smg/rubber

/obj/item/ammo_magazine/machine_pistol/empty
initial_ammo = 0
Expand All @@ -135,7 +135,7 @@
name = "top mounted magazine"
icon_state = "smg_top"
mag_type = MAGAZINE
ammo_type = /obj/item/projectile/bullet/smg/small
ammo_type = /obj/item/ammo_casing/smg/small
matter = list(MATERIAL_STEEL = 1200)
caliber = CALIBER_SMG_SMALL
max_ammo = 20
Expand Down

0 comments on commit 10e41be

Please sign in to comment.