Skip to content
Snippets Groups Projects
Commit 8d97b3d6 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'BabyFix' into 'pregmod-master'

Rem merger fix

See merge request !3751
parents 610c46c7 350e7f51
Branches
Tags
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.
Please register or to comment