Skip to content

Commit

Permalink
10X31 large ammo box fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 23, 2024
1 parent 95dbac7 commit 59fe33a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/projectiles/ammo_boxes/round_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@
empty = TRUE

/obj/item/ammo_box/rounds/pkp
name = "QYJ-72 ammunition box (10x31mm)"
desc = "A 10x31mm machinegun ammunition box. Used to refill QYJ-72 box magazines. It comes with a leather strap allowing to wear it on the back."
name = "large rifle ammunition box (10x31mm)"
desc = "A 10x31mm machinegun ammunition box. Used to mostly to refill QYJ-72 box magazines. It comes with a leather strap allowing to wear it on the back."
icon_state = "base_type71"
overlay_gun_type = "_rounds_pkp"
overlay_content = "_type71_reg"
default_ammo = /datum/ammo/bullet/pkp
default_ammo = /datum/ammo/bullet/rifle/heavy/upp
bullet_amount = 1500
max_bullet_amount = 1500
caliber = "10x31mm"

0 comments on commit 59fe33a

Please sign in to comment.