Skip to content

Commit

Permalink
Uncomments out the crafting recipes for niche ammo types (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
xPokee authored Sep 7, 2024
1 parent 106ef45 commit d4ddc64
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
time = 5
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/*

/datum/crafting_recipe/shotgunammo3p
name = "12g 3p trainshot box"
result = /obj/item/ammo_box/shotgun/trainshot
Expand Down Expand Up @@ -345,7 +345,7 @@
time = 5
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/*
/datum/crafting_recipe/c38boxincin
name = ".38 incendiary-tipped ammo box"
result = /obj/item/ammo_box/c38box/incendiary
Expand All @@ -358,7 +358,7 @@
time = 5
category = CAT_WEAPONRY
subcategory = CAT_AMMO
*/
/datum/crafting_recipe/c10mmincin
name = "10mm incendiary-tipped ammo box"
result = /obj/item/ammo_box/c10mm/fire
Expand Down Expand Up @@ -494,7 +494,7 @@
category = CAT_WEAPONRY
subcategory = CAT_AMMO
*/
/*
/datum/crafting_recipe/a762boxshrap
name = "7.62mm micro-shrapnel ammo box"
result = /obj/item/ammo_box/a762box/microshrapnel
Expand All @@ -508,7 +508,6 @@
category = CAT_WEAPONRY
subcategory = CAT_AMMO
*/

/*
/datum/crafting_recipe/a50MGboxuranium
name = "12.7mm U-235 ammo box"
Expand All @@ -524,7 +523,7 @@
category = CAT_WEAPONRY
subcategory = CAT_AMMO
*/
/*

/datum/crafting_recipe/a50MGboxcontaminated
name = "12.7mm contaminated ammo box"
result = /obj/item/ammo_box/a50MGbox/contam
Expand Down Expand Up @@ -553,7 +552,7 @@
time = 5
category = CAT_WEAPONRY
subcategory = CAT_AMMO
*/

/datum/crafting_recipe/m2mmblender
name = "2mm \"Blender\" magazine"
result = /obj/item/ammo_box/magazine/m2mm/blender
Expand Down

0 comments on commit d4ddc64

Please sign in to comment.