From 987f6090c38f51f1a4a07458b8d973d014014bc6 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Sun, 12 Jan 2020 11:35:55 +0100 Subject: [PATCH] add .elites.loss --- devNotes/colorCSS.txt | 5 ++++- src/gui/css/mainStyleSheet.css | 2 +- src/npc/descriptions/fFuckdollWidgets.tw | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/devNotes/colorCSS.txt b/devNotes/colorCSS.txt index 87d52a8578a..f600048bb5d 100644 --- a/devNotes/colorCSS.txt +++ b/devNotes/colorCSS.txt @@ -59,4 +59,7 @@ FLAWS GENERAL .error - red -.noteworthy - yellow \ No newline at end of file +.noteworthy - yellow + +FUTURE SOCIETIES +.elites.loss - red (when incrementing $failedElite) \ No newline at end of file diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css index 17a481c79b6..e757fc057df 100644 --- a/src/gui/css/mainStyleSheet.css +++ b/src/gui/css/mainStyleSheet.css @@ -213,7 +213,7 @@ span.zeroButton > a:hover { text-decoration: none; } .orangered, .orangered a, .trust.inc-defiant, .trust.inc-defiant a { color: orangered } .orchid, .orchid a { color: orchid } /* used once (wrong? */ .pink, .pink a { color: pink } /* also fetish start ??? , and a lot of other stuff */ -.red, .red a, .health.dec, .health.dec a, .cash.dec, .cash.dec a, .flaw.gain, .flaw.gain a, .error, .error a { color: red } /* also generally bad stuff */ +.red, .red a, .health.dec, .health.dec a, .cash.dec, .cash.dec a, .flaw.gain, .flaw.gain a, .error, .error a, .elites.loss, .elites.loss a { color: red } /* also generally bad stuff */ .seagreen, .seagreen a { color: seagreen } .springgreen, .springgreen a, .skill.advantage, .skill.advantage a { color: springgreen } .tan, .tan a { color: tan } /* some ethnicity */ diff --git a/src/npc/descriptions/fFuckdollWidgets.tw b/src/npc/descriptions/fFuckdollWidgets.tw index 526a09fa123..6fd2e471c01 100644 --- a/src/npc/descriptions/fFuckdollWidgets.tw +++ b/src/npc/descriptions/fFuckdollWidgets.tw @@ -169,7 +169,7 @@ You repeat this ritual throughout the week, ensuring that $he will be an @@.preg <<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>> <<if $activeSlave.breedingMark != 1 || $propOutcome == 0>> - Rumors spread about you knocking up your playthings; the Societal Elite are @@.red; very displeased@@ by these rumors. + Rumors spread about you knocking up your playthings; the Societal Elite are @@.elites.loss; very displeased@@ by these rumors. <<set $failedElite += 5>> <</if>> <</if>> -- GitLab