Add npcs
This commit is contained in:
parent
a66fa63b4b
commit
efa838a2ad
20 changed files with 1691 additions and 368 deletions
|
|
@ -69,7 +69,7 @@ export class PlanetPhysical
|
|||
}
|
||||
|
||||
public get team(): CharacterTeam {
|
||||
return this.ownership === 0.5
|
||||
return Math.abs(this.ownership - 0.5) < 0.1
|
||||
? CharacterTeam.neutral
|
||||
: this.ownership < 0.5
|
||||
? CharacterTeam.decla
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue