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

temp fix

parent af6eb957
No related branches found
No related tags found
1 merge request!3567temp fix
...@@ -1930,13 +1930,13 @@ App.Entity.SlaveState = class SlaveState { ...@@ -1930,13 +1930,13 @@ App.Entity.SlaveState = class SlaveState {
/** Has the slave gone through female puberty. /** Has the slave gone through female puberty.
* *
* 0: no; 1: yes */ * 0: no; 1: yes */
this.pubertyXX = 0; //this.pubertyXX = 0;
/** Target .physicalAge for male puberty to occur. */ /** Target .physicalAge for male puberty to occur. */
this.pubertyAgeXY = 13; this.pubertyAgeXY = 13;
/** Has the slave gone through male puberty. /** Has the slave gone through male puberty.
* *
* 0: no; 1: yes */ * 0: no; 1: yes */
this.pubertyXY = 0; //this.pubertyXY = 0;
/** /**
* not fully implemented. * not fully implemented.
* * 0: no scars * * 0: no scars
......
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