Skip to content
Snippets Groups Projects
Commit 53909294 authored by svornost's avatar svornost
Browse files

another immortality fix

parent 4a64ef5d
No related branches found
No related tags found
No related merge requests found
......@@ -1887,13 +1887,17 @@ App.Facilities.Nursery.ChildState = class ChildState {
/** */
this.geneMods = {
/** Does slave have induced NCS?
*
* @type {FC.Bool}
* 0: no; 1: yes */
NCS: 0,
/** Has the slave undergone the elasticity (plasticity) treatment?
*
* @type {FC.Bool}
* 0: no; 1: yes */
rapidCellGrowth: 0,
/** Is the slave immortal?
* @type {FC.Bool}
* 0: no; 1: yes */
rapidCellGrowth: 0
immortality: 0
};
/* eslint-disable camelcase*/
this.NCSyouthening = 0;
......
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