Skip to content
Snippets Groups Projects
Commit 28beda79 authored by Pregmodder's avatar Pregmodder
Browse files

If others are going to move along my vanilla-ish additions, might as well make them work right.

parent 95525d91
Branches
Tags
No related merge requests found
...@@ -72,7 +72,7 @@ object { ...@@ -72,7 +72,7 @@ object {
/* Colors are made as css classes, to allow them to be /* Colors are made as css classes, to allow them to be
changed for a light color scheme (for example). */ changed for a light color scheme (for example). */
.#68D { color: #68D } /* link color */ .link { color: #68D } /* link color */
.aquamarine { color: aquamarine } .aquamarine { color: aquamarine }
.coral { color: coral } .coral { color: coral }
.cyan { color: cyan } .cyan { color: cyan }
......
...@@ -37,7 +37,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $ ...@@ -37,7 +37,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
<<else>> <<else>>
<<if $slaves[_u].reservedChildren > 0>> <<if $slaves[_u].reservedChildren > 0>>
<br> <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))>> <<if ($slaves[_u].reservedChildren < $slaves[_u].pregType) && ($reservedChildren < ($incubator-$incubatorSlaves))>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<print "[[Keep another child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">> <<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 $ ...@@ -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]]">> <<print "[[Keep a child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">>
<<elseif $reservedChildren == ($incubator-$incubatorSlaves)>> <<elseif $reservedChildren == ($incubator-$incubatorSlaves)>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
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>> <</if>>
<<set _eligibility = 1>> <<set _eligibility = 1>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment