diff --git a/monkestation/code/modules/blueshift/items/ammo.dm b/monkestation/code/modules/blueshift/items/ammo.dm index 8f1701fa30ed..0d1441a8fb7c 100644 --- a/monkestation/code/modules/blueshift/items/ammo.dm +++ b/monkestation/code/modules/blueshift/items/ammo.dm @@ -1094,6 +1094,12 @@ desc = "A 12 gauge iron slug." custom_materials = AMMO_MATS_SHOTGUN +/obj/item/ammo_casing/shotgun/apds //This SHOULD let you print the shells in the ammo lathe + can_be_printed = TRUE + advanced_print_req = TRUE + custom_materials = AMMO_MATS_SHOTGUN_PLASMA //plastanium -> tungsten approximation + + // THE BELOW TWO SLUGS ARE NOTED AS ADMINONLY AND HAVE ***EIGHTY*** WOUND BONUS. NOT BARE WOUND BONUS. FLAT WOUND BONUS. /obj/item/ammo_casing/shotgun/executioner name = "expanding shotgun slug"