From 28beda792fdd2d9dda8aa5339b85283f7fbf50d5 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 25 Apr 2017 04:34:02 -0400 Subject: [PATCH] If others are going to move along my vanilla-ish additions, might as well make them work right. --- src/gui/css/mainStyleSheet.tw | 2 +- src/pregmod/incubator.tw | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/css/mainStyleSheet.tw b/src/gui/css/mainStyleSheet.tw index 20cbec7404a..82d71b42bd9 100644 --- a/src/gui/css/mainStyleSheet.tw +++ b/src/gui/css/mainStyleSheet.tw @@ -72,7 +72,7 @@ object { /* Colors are made as css classes, to allow them to be changed for a light color scheme (for example). */ -.#68D { color: #68D } /* link color */ +.link { color: #68D } /* link color */ .aquamarine { color: aquamarine } .coral { color: coral } .cyan { color: cyan } diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index c7aad52d7ef..c8126df541b 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -37,7 +37,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $ <<else>> <<if $slaves[_u].reservedChildren > 0>> <br> - $slaves[_u].reservedChildren of ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@color:#68D;'s@@'' children will be placed in $incubatorName. + $slaves[_u].reservedChildren of ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@.link;'s@@'' children will be placed in $incubatorName. <<if ($slaves[_u].reservedChildren < $slaves[_u].pregType) && ($reservedChildren < ($incubator-$incubatorSlaves))>> <br> <<print "[[Keep another child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">> @@ -55,7 +55,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $ <<print "[[Keep a child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">> <<elseif $reservedChildren == ($incubator-$incubatorSlaves)>> <br> - You have no room for ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@color:#68D;'s@@'' offspring. + You have no room for ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@.link;'s@@'' offspring. <</if>> <<set _eligibility = 1>> <</if>> -- GitLab