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

Typo and missing break

parent 38b26511
Branches
Tags
1 merge request!3439Various corporation fixes
......@@ -539,7 +539,7 @@ __Division Management__
_corpDivSurgeryCostPU = Math.trunc(_corpDivSurgeryCost / ($corpDivSurgerySlaves * 0.5)),
_corpDivSurgeryRev = menialSlaveCost() * 23,
_corpDivSurgeryProc = Math.trunc($corpDivSurgeryDev * 0.5)>>
<br>The corporation has a pysical slave modification division.
<br>The corporation has a physical slave modification division.
<br>It can modify an average of @@.green;<<print _corpDivSurgeryProc>> slaves@@ each week when filled to capacity ($corpDivSurgeryDev).
<br>It costs @@.yellowgreen;<<print cashFormat(_corpDivSurgeryCost)>>@@ to run. On average that is @@.yellowgreen;<<print cashFormat(_corpDivSurgeryCostPU)>>@@ per slave.
<br>The improved slaves can be sold for @@.yellowgreen;<<print cashFormat(_corpDivSurgeryRev)>>@@ each.
......@@ -1174,6 +1174,7 @@ __Division Management__
<<goto "Manage Corporation">>
<</link>>
<</if>>
<br>
<</if>>
<<if $corpDivWhore == 0>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment