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

Merge branch 'pregmod-dev' into 'pregmod-master'

Safety gate

Closes #2479

See merge request pregmodfan/fc-pregmod!8197
parents e6fcb414 9a24c307
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@
<<set $tanks[_inc].energy = 0, $tanks[_inc].need = 0>>
<</if>>
<<if ($incubatorPregAdaptationSetting == 1 && $tanks[_inc].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[_inc].genes == "XY") || $incubatorPregAdaptationSetting == 3>>
<<if (($incubatorPregAdaptationSetting == 1 && $tanks[_inc].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[_inc].genes == "XY") || $incubatorPregAdaptationSetting == 3) && $tanks[_inc].growTime > 0>>
<br>
The incubator is working on adapting $his abdomen and reproductive organs for future pregnancies.
......
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