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

attempt to force SG health consistency

parent 21c29b0c
No related branches found
No related tags found
1 merge request!8330attempt to force SG health consistency
...@@ -14,6 +14,9 @@ App.StartingGirls.generate = function(params) { ...@@ -14,6 +14,9 @@ App.StartingGirls.generate = function(params) {
slave.canRecruit = 0; slave.canRecruit = 0;
slave.weekAcquired = 0; slave.weekAcquired = 0;
slave.health.tired = 0; slave.health.tired = 0;
slave.health.illness = 0;
slave.health.shortDamage = 0;
slave.health.longDamage = 0;
return slave; return slave;
}; };
......
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