diff --git a/src/endWeek/saGetMilked.js b/src/endWeek/saGetMilked.js index 6262db5199fa2bd98f796f5a04b30430432c0f12..59c4379858f07357f12c2f409fc62b691a289a89 100644 --- a/src/endWeek/saGetMilked.js +++ b/src/endWeek/saGetMilked.js @@ -813,7 +813,7 @@ window.saGetMilked = (function saGetMilked() { if (vignette.effect > 0) { r += `<span class="cash inc">making you an extra ${cashFormat(cashVign)}.</span>`; } else if (vignette.effect < 0) { - r += `<span class="cash loss">losing you ${cashFormat(Math.abs(cashVign))}.</span>`; + r += `<span class="cash dec">losing you ${cashFormat(Math.abs(cashVign))}.</span>`; } else { r += `an incident without lasting effect.`; } diff --git a/src/events/intro/terrainIntro.tw b/src/events/intro/terrainIntro.tw index 257700ef3599ae792d94b3938773daf5c151a4f2..feb934ccf8bccff5e602b43e6631a68b22a98b37 100644 --- a/src/events/intro/terrainIntro.tw +++ b/src/events/intro/terrainIntro.tw @@ -45,7 +45,7 @@ Finally, a few Free Cities have been carved out from old world cities. Urban dec <br> Moderate ease of commerce with the old world. <br> Moderate access to refugees and other desperate people. <br> Moderate cultural independence. -<br> Widespread arcology with many of manufacturing sectors. +<br> Widespread arcology with many manufacturing sectors. <br>[[Ravine|Location Intro][$terrain = "ravine"]] <br> @@.yellow;High@@ minimum slave value and initial @@.yellow;bull market@@ for slaves. <br> @@.red;Low@@ ease of commerce with the old world. @@ -57,7 +57,7 @@ Finally, a few Free Cities have been carved out from old world cities. Urban dec <br> Moderate ease of commerce with the old world. <br> @@.red;Low@@ access to refugees and other desperate people. <br> @@.green;High@@ cultural independence. -<br> Large amount of markets and and even an extra shop sector. +<br> Large amount of markets and an extra shop sector. <br>[[Oceanic|Intro Summary][$terrain = "oceanic"]] <br> @@.yellow;High@@ minimum slave value and initial @@.yellow;bull market@@ for slaves. <br> Moderate ease of commerce with the old world.