From c1c4dfef5c98597f807c8691a6b8e15748cab78e Mon Sep 17 00:00:00 2001 From: AmoryBlaine Date: Wed, 23 Oct 2024 17:28:44 -0400 Subject: [PATCH] Update round_boxes.dm --- code/modules/projectiles/ammo_boxes/round_boxes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammo_boxes/round_boxes.dm b/code/modules/projectiles/ammo_boxes/round_boxes.dm index f3b162fadc..a495fb918b 100644 --- a/code/modules/projectiles/ammo_boxes/round_boxes.dm +++ b/code/modules/projectiles/ammo_boxes/round_boxes.dm @@ -136,7 +136,7 @@ /obj/item/ammo_box/rounds/type71/heap name = "rifle ammunition box (10x31mm HEAP)" - desc = "A 10x31mm high-explosive armor-piercing ammunition box. Used to refill Type71 HEAP magazines. It comes with a leather strap allowing to wear it on the back." + desc = "A 10x31mm high-explosive armor-piercing ammunition box. Used to refill Type 71 and QYJ-72 HEAP magazines. It comes with a leather strap allowing to wear it on the back." icon_state = "base_type71" overlay_gun_type = "_rounds_type71" overlay_content = "_type71_heap"