Skip to content
Snippets Groups Projects
Commit 350e7f51 authored by Jones's avatar Jones
Browse files

Rem merger fix

parent 6f92727b
No related branches found
No related tags found
1 merge request!3751Rem merger fix
......@@ -104,7 +104,7 @@ The second is
The owners of the slave training firm are happy to hear that they'll be able to continue operations under the aegis of a better-run, richer corporation.
<<set $corpDivTrainDev += 3,
$corpDivTrainSlaves += 3>>
<<elseif _company1 == "breaking">>
<<elseif _company1 == "break">>
You quickly staff the slave breaking facility with qualified personnel to make use of the new assets.
<<set $corpDivBreakDev += 5,
$corpDivBreakSlaves += 5>>
......@@ -145,7 +145,7 @@ The second is
The owners of the slave training firm are happy to hear that they'll be able to continue operations under the aegis of a better-run, richer corporation.
<<set $corpDivTrainDev += 3,
$corpDivTrainSlaves += 3>>
<<elseif _company2 == "breaking">>
<<elseif _company2 == "break">>
You quickly staff the slave breaking facility with qualified personnel to make use of the new assets.
<<set $corpDivBreakDev += 5,
$corpDivBreakSlaves += 5>>
......@@ -186,7 +186,7 @@ The second is
The owners of the slave training firm are happy to hear that they'll be able to continue operations under the aegis of a better-run, richer corporation.
<<set $corpDivTrainDev += 3,
$corpDivTrainSlaves += 3>>
<<elseif _company1 == "breaking">>
<<elseif _company1 == "break">>
You quickly staff the slave breaking facility with qualified personnel to make use of the new assets.
<<set $corpDivBreakDev += 5,
$corpDivBreakSlaves += 5>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment