diff --git a/code/modules/projectiles/magazines/shotguns.dm b/code/modules/projectiles/magazines/shotguns.dm index c0b0306eb5..dfb1301f4c 100644 --- a/code/modules/projectiles/magazines/shotguns.dm +++ b/code/modules/projectiles/magazines/shotguns.dm @@ -104,6 +104,16 @@ var/list/shotgun_boxes_12g = list( transfer_handful_amount = 4 max_rounds = 24 caliber = "8g" + +/obj/item/ammo_magazine/shotgun/slug/dragonsbreath + name = "box of heavy dragonsbreath shells" + desc = "A box filled with slug shotgun shells. 8 Gauge." + icon = 'icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi' + icon_state = "heavy_dragon" + default_ammo = /datum/ammo/bullet/shotgun/heavy/buckshot/dragonsbreath + transfer_handful_amount = 4 + max_rounds = 24 + caliber = "8g" //------------------------------------------------------- /* diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi index c15b530738..225d2b03a7 100644 Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi differ