mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-12 23:14:42 +00:00
allow neutral
This commit is contained in:
parent
cfb5c0def2
commit
42e21f7c31
1 changed files with 1 additions and 3 deletions
|
|
@ -143,9 +143,7 @@ final case class MajorFacilityHackParticipation(building: Building) extends Faci
|
||||||
if (contributionVictorSize > 0) {
|
if (contributionVictorSize > 0) {
|
||||||
//setup for ...
|
//setup for ...
|
||||||
val populationIndices = playerPopulationOverTime.indices
|
val populationIndices = playerPopulationOverTime.indices
|
||||||
val allFactions = PlanetSideEmpire.values.filterNot {
|
val allFactions = PlanetSideEmpire.values.toSeq
|
||||||
_ == PlanetSideEmpire.NEUTRAL
|
|
||||||
}.toSeq
|
|
||||||
val (victorPopulationByLayer, opposingPopulationByLayer) = {
|
val (victorPopulationByLayer, opposingPopulationByLayer) = {
|
||||||
val individualPopulationByLayer = allFactions.map { f =>
|
val individualPopulationByLayer = allFactions.map { f =>
|
||||||
(f, populationIndices.indices.map { i => playerPopulationOverTime(i)(f) })
|
(f, populationIndices.indices.map { i => playerPopulationOverTime(i)(f) })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue