Skip to content

Commit

Permalink
The bugfix is real.... now you can print them in an ammo lathe with t…
Browse files Browse the repository at this point in the history
…he box (#4521)
  • Loading branch information
Loiosh42 authored Dec 9, 2024
1 parent 02a4891 commit 2796d4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monkestation/code/modules/blueshift/items/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2796d4a

Please sign in to comment.