Skip to content

Commit

Permalink
- Changed .355 casing from brass to plastic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Accensus committed Dec 18, 2020
1 parent 55ffd80 commit 866669e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZSCRIPT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class HDUniversalReloader : HDWeapon

HDRel_Recipe r;
if (r = HDRel_Recipe.TryCreate("HDPistolAmmo", "HDRel_RawLead", 2, 1.00, "HDRel_RawPlastic", 1, 0.75, "HDRel_RawPowder", 1, 0.50, 1.50)) Recipes.Push(r); // Vanilla HD
if (r = HDRel_Recipe.TryCreate("HDRevolverAmmo", "HDRel_RawLead", 2, 1.00, "HDRel_RawBrass", 1, 0.70, "HDRel_RawPowder", 2, 1.25, 1.00)) Recipes.Push(r); // Vanilla HD
if (r = HDRel_Recipe.TryCreate("HDRevolverAmmo", "HDRel_RawLead", 2, 1.00, "HDRel_RawPlastic", 1, 0.70, "HDRel_RawPowder", 2, 1.25, 1.00)) Recipes.Push(r); // Vanilla HD
if (r = HDRel_Recipe.TryCreate("HDShellAmmo", "HDRel_RawLead", 4, 3.00, "HDRel_RawPlastic", 2, 1.00, "HDRel_RawPowder", 1, 0.50, 1.00)) Recipes.Push(r); // Vanilla HD
if (r = HDRel_Recipe.TryCreate("FourMilAmmo", "HDRel_RawLead", 0, 1.00, null, 0, 0.00, "HDRel_RawPowder", 0, 1.00, 5.00)) Recipes.Push(r); // Vanilla HD
if (r = HDRel_Recipe.TryCreate("SevenMilAmmo", "HDRel_RawLead", 2, 1.50, "HDRel_RawBrass", 2, 1.75, "HDRel_RawPowder", 4, 2.50, 1.00)) Recipes.Push(r); // Vanilla HD
Expand Down Expand Up @@ -697,4 +697,4 @@ class HDRel_Recipe

return true;
}
}
}

0 comments on commit 866669e

Please sign in to comment.