Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12-Pounder recipe label tweaks #3368

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Defs/Ammo/Medieval/CannonBall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@

<RecipeDef ParentName="AmmoRecipeBase">
<defName>MakeAmmo_CannonBall_Bursting</defName>
<label>make bursting shells cannon balls x5</label>
<description>Craft 5 bursting shells cannon balls.</description>
<jobString>Making bursting shells cannon balls.</jobString>
<label>make bursting cannon shells x5</label>
<description>Craft 5 bursting cannon shells.</description>
<jobString>Making bursting cannon shells.</jobString>
<researchPrerequisite>CE_Gunpowder</researchPrerequisite>
<ingredients>
<li>
Expand Down Expand Up @@ -341,9 +341,9 @@

<RecipeDef ParentName="AmmoRecipeBase">
<defName>MakeAmmo_CannonBall_Incendiary</defName>
<label>make incendiary shells cannon balls x5</label>
<description>Craft 5 incendiary shells cannon balls.</description>
<jobString>Making incendiary shells cannon balls.</jobString>
<label>make incendiary cannon shells x5</label>
<description>Craft 5 incendiary cannon shells.</description>
<jobString>Making incendiary cannon shells.</jobString>
<researchPrerequisite>CE_Gunpowder</researchPrerequisite>
<ingredients>
<li>
Expand Down
Loading