From d41ab829db42a6a848b9e82b999b8ad812ecdd0b Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Mon, 2 Apr 2018 10:28:10 +1200 Subject: [PATCH] Added colour to pcRumorIntro. --- src/events/intro/pcRumorIntro.tw | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/events/intro/pcRumorIntro.tw b/src/events/intro/pcRumorIntro.tw index b1060a0d03a..097fd6e552a 100644 --- a/src/events/intro/pcRumorIntro.tw +++ b/src/events/intro/pcRumorIntro.tw @@ -3,12 +3,12 @@ Who you are is something that you will have to define for yourself through your actions. Once you own an arcology, no one will be in a position to apply moral scorekeeping to you. In the brave new world of the Free Cities, you will be free to define yourself as the sum of your actions, rather than as the product of your past. The first decision that will define who you are as an arcology owner is your choice of method in acquiring one. @@.orange;What approach will you take?@@ [[A judicious application of funds|Takeover Target][$PC.rumor = "wealth"]] - //Start with extra money, since you were wealthy enough to buy an arcology.// + //Start with <span class="yellowgreen"> extra money </span>, since you were wealthy enough to buy an arcology.// [[Hard work and diligence|Takeover Target][$PC.rumor = "diligence"]] - //New slaves will hate you less, since it will be known that you worked hard to earn your position.// + //New slaves will <span class="hotpink"> hate you less </span> , since it will be known that you worked hard to earn your position.// [[The remorseless use of force|Takeover Target][$PC.rumor = "force"]] - //New slaves will fear you more, since rumors about your violent takeover will inevitably circulate.// + //New slaves <span class="gold"> will fear you more </span> , since rumors about your violent takeover will inevitably circulate.// [[Clever social engineering|Takeover Target][$PC.rumor = "social engineering"]] - //Start with the first societal option unlocked, since you manipulated the arcology's citizens.// + //Start with the <span class="green"> first societal option unlocked </span>, since you manipulated the arcology's citizens.// [[Blind luck|Takeover Target][$PC.rumor = "luck"]] - //Start with a good reputation, since the story of your unlikely accession will be famous.// + //Start with a <span class="green"> good reputation </span>, since the story of your unlikely accession will be famous.// -- GitLab