balance infiltrate synthoids

This commit is contained in:
Olivier Gagnon
2022-05-20 18:18:42 -04:00
parent 34b099c050
commit 27a8582df8
9 changed files with 76 additions and 488 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ export class Sleeve extends Person {
if (this.currentTaskTime >= this.currentTaskMaxTime) {
if (this.bbAction === "Infiltrate synthoids") {
bb.infiltrateSynthoidCommunities();
bb.infiltrateSynthoidCommunities(p);
this.currentTaskTime = 0;
return retValue;
}