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

Merge branch 'fix2' into 'pregmod-master'

fix newGame+ issue

Closes #1065

See merge request !5309
parents d5be194a 9051d44d
No related branches found
No related tags found
1 merge request!5309fix newGame+ issue
......@@ -16174,6 +16174,15 @@ App.Facilities.Nursery.newChild = function newChild(child) {
}
}
 
child.arm = {
left: new App.Entity.LimbState(),
right: new App.Entity.LimbState()
},
child.leg = {
left: new App.Entity.LimbState(),
right: new App.Entity.LimbState()
},
if (child.override_Race !== 1) {
child.origRace = child.race;
}
......
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