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

Typo

parent 79c626a3
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ Your <<if $marketAssistantAnnounced>>market<<else>>personal<</if>> assistant's s ...@@ -147,7 +147,7 @@ Your <<if $marketAssistantAnnounced>>market<<else>>personal<</if>> assistant's s
<<set $menialDemandFactor = Math.clamp($menialDemandFactor, -50000, 50000)>> <<set $menialDemandFactor = Math.clamp($menialDemandFactor, -50000, 50000)>>
<<set $slaveCostFactor = menialSlaveCost()/1000>> <<set $slaveCostFactor = menialSlaveCost()/1000>>
<<elseif $REM == "hostilities ended">> <<elseif $REM == "hostilities ended">>
The Free Cities make a real effort to avoid armed conflict, especially amonst themselves, as such endeavors almost never have any real winners. But tensions grew so high in their trade conflict that the likelihood of a full blown war between two Free Cities became not just a possibility but a near certainty for months. As skirmishes commenced and slave armies were quickly drilled for action on both sides, the slave market anticipated a boost to demand as soon as the fighting intensified. Miraculously, cooler heads prevaled and the Free Cities agreed to disband their armies. While many people sighed with relief the slave market was forced into a shock adjustment, projections show a short-term price drop of up to five percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@ The Free Cities make a real effort to avoid armed conflict, especially amonst themselves, as such endeavors almost never have any real winners. But tensions grew so high in their trade conflict that the likelihood of a full blown war between two Free Cities became not just a possibility but a near certainty for months. As skirmishes commenced and slave armies were quickly drilled for action on both sides, the slave market anticipated a boost to demand as soon as the fighting intensified. Miraculously, cooler heads prevailed and the Free Cities agreed to disband their armies. While many people sighed with relief the slave market was forced into a shock adjustment, projections show a short-term price drop of up to five percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@
<<set $menialDemandFactor -= 12000>> <<set $menialDemandFactor -= 12000>>
<<set $menialDemandFactor = Math.clamp($menialDemandFactor, -50000, 50000)>> <<set $menialDemandFactor = Math.clamp($menialDemandFactor, -50000, 50000)>>
<<set $slaveCostFactor = menialSlaveCost()/1000>> <<set $slaveCostFactor = menialSlaveCost()/1000>>
......
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