mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
boomers still go neutral
This commit is contained in:
parent
dd87d5da89
commit
e9336f52a6
|
|
@ -68,7 +68,12 @@ trait DeployableBehavior {
|
|||
if DeployableObject.OwnerGuid.nonEmpty =>
|
||||
val obj = DeployableObject
|
||||
if (constructed.contains(true)) {
|
||||
loseOwnership(obj, obj.Faction)
|
||||
if (obj.Definition.DeployCategory == DeployableCategory.Boomers) {
|
||||
loseOwnership(obj, PlanetSideEmpire.NEUTRAL)
|
||||
}
|
||||
else {
|
||||
loseOwnership(obj, obj.Faction)
|
||||
}
|
||||
} else {
|
||||
obj.OwnerGuid = None
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue