Skip to content
Snippets Groups Projects
Commit 20047df2 authored by kopareigns's avatar kopareigns
Browse files

Fixes

parent 64882bcd
No related branches found
No related tags found
2 merge requests!2047RA rework,!1964Fixes
......@@ -1001,7 +1001,7 @@ window.impregnatedBy = function(slave) { /* returns array of IDs of all characte
WombInit(slave);
}
for (var i = 0; i < slave.womb.length; i++) {
IDArray.push(slave.womb.fatherID);
IDArray.push(slave.womb[i].fatherID);
}
return IDArray;
}
......
......@@ -62,7 +62,7 @@
<span id="haltproduction">
they are starting work on another unit.
<<link "Halt production">>
<<set $researchLab.productionTime = 0, $researchLab.research = "none">>
<<set $researchLab.productionTime = 0, $researchLab.manufacture = "none">>
<<replace "#haltproduction">>
they are awaiting your next instruction.
<</replace>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment