@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | $this->onCombatEnd[] = [$this, "resetInitiative"]; |
75 | 75 | $this->onRoundStart[] = [$this, "applyEffectProviders"]; |
76 | 76 | $this->onRoundStart[] = [$this, "decreaseEffectsDuration"]; |
77 | - $this->onRoundStart[] = [$this ,"recalculateStats"]; |
|
77 | + $this->onRoundStart[] = [$this, "recalculateStats"]; |
|
78 | 78 | $this->onRoundStart[] = [$this, "logRoundNumber"]; |
79 | 79 | $this->onRoundStart[] = [$this, "applyPoison"]; |
80 | 80 | $this->onRound[] = [$this, "mainStage"]; |
@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | return null; |
357 | 357 | } |
358 | 358 | /** @var Team $enemies */ |
359 | - $enemies = Team::fromArray($enemyTeam->getItems(["positionRow" => $rowToAttack, "hitpoints>" => 0,]), $enemyTeam->name); |
|
359 | + $enemies = Team::fromArray($enemyTeam->getItems(["positionRow" => $rowToAttack, "hitpoints>" => 0, ]), $enemyTeam->name); |
|
360 | 360 | } else { |
361 | 361 | $enemies = $enemyTeam; |
362 | 362 | } |