From 970d05813e2b3b078d8bdfe2533e76c6a7dbda59 Mon Sep 17 00:00:00 2001 From: zimon9 <122945887+zimon9@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:57:05 -0400 Subject: [PATCH] Minor fix to 10mm rubber rounds (#3325) ## About The Pull Request Fixes a typo in the typepath for 10mm rubber rounds. ## Why It's Good For The Game This should allow for 10mm rubber rounds to be obtainable from their respective ammo box now. ## Changelog :cl: fix: fixed typepath for 10mm rubber rounds /:cl: --- code/modules/projectiles/boxes_magazines/ammo_boxes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm index 52daab482b68e..5eb82be63279e 100644 --- a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm +++ b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm @@ -292,7 +292,7 @@ name = "ammo box (10mm rubbershot)" desc = "A box of 10mm rubbershot ammo, designed to disable targets without causing serious damage." icon_state = "10mmbox-rubbershot" - ammo_type = /obj/item/ammo_casing/c9mm/rubber + ammo_type = /obj/item/ammo_casing/c10mm/rubber /obj/item/ammo_box/c10mm/ap name = "ammo box (10mm armor-piercing)"