From ab8b91c4a19e9454d93daa92cc8d51758c688d51 Mon Sep 17 00:00:00 2001 From: Loiosh42 <129321455+Loiosh42@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:29:26 -0500 Subject: [PATCH] The bugfix is real.... now you can print them in an ammo lathe with the box --- monkestation/code/modules/blueshift/items/ammo.dm | 6 ++++++ 1 file changed, 6 insertions(+) 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"