Make tech buildings turn to neutral when owner is defeated.
This commit is contained in:
committed by
Paul Chote
parent
1b451a34ca
commit
497211c328
@@ -727,7 +727,7 @@
|
|||||||
^TechBuilding:
|
^TechBuilding:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
OwnerLostAction:
|
OwnerLostAction:
|
||||||
Action: Kill
|
Action: ChangeOwner
|
||||||
Capturable:
|
Capturable:
|
||||||
CaptureNotification:
|
CaptureNotification:
|
||||||
Notification: CivilianBuildingCaptured
|
Notification: CivilianBuildingCaptured
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ FCOM:
|
|||||||
Inherits: ^TechBuilding
|
Inherits: ^TechBuilding
|
||||||
Inherits@shape: ^2x2Shape
|
Inherits@shape: ^2x2Shape
|
||||||
OwnerLostAction:
|
OwnerLostAction:
|
||||||
Action: Kill
|
Action: ChangeOwner
|
||||||
Building:
|
Building:
|
||||||
Footprint: xx xx ==
|
Footprint: xx xx ==
|
||||||
Dimensions: 2,3
|
Dimensions: 2,3
|
||||||
@@ -107,7 +107,7 @@ HOSP:
|
|||||||
Inherits: ^TechBuilding
|
Inherits: ^TechBuilding
|
||||||
Inherits@shape: ^2x2Shape
|
Inherits@shape: ^2x2Shape
|
||||||
OwnerLostAction:
|
OwnerLostAction:
|
||||||
Action: Kill
|
Action: ChangeOwner
|
||||||
Selectable:
|
Selectable:
|
||||||
Priority: 0
|
Priority: 0
|
||||||
Building:
|
Building:
|
||||||
@@ -381,7 +381,7 @@ MISS:
|
|||||||
Selectable:
|
Selectable:
|
||||||
Priority: 0
|
Priority: 0
|
||||||
OwnerLostAction:
|
OwnerLostAction:
|
||||||
Action: Kill
|
Action: ChangeOwner
|
||||||
Building:
|
Building:
|
||||||
Footprint: xxx xxx ===
|
Footprint: xxx xxx ===
|
||||||
Dimensions: 3,3
|
Dimensions: 3,3
|
||||||
@@ -418,7 +418,7 @@ BIO:
|
|||||||
Inherits: ^TechBuilding
|
Inherits: ^TechBuilding
|
||||||
Inherits@shape: ^2x2Shape
|
Inherits@shape: ^2x2Shape
|
||||||
OwnerLostAction:
|
OwnerLostAction:
|
||||||
Action: Kill
|
Action: ChangeOwner
|
||||||
Building:
|
Building:
|
||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
@@ -451,7 +451,7 @@ OILB:
|
|||||||
Selectable:
|
Selectable:
|
||||||
Priority: 0
|
Priority: 0
|
||||||
OwnerLostAction:
|
OwnerLostAction:
|
||||||
Action: Kill
|
Action: ChangeOwner
|
||||||
Building:
|
Building:
|
||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
|
|||||||
Reference in New Issue
Block a user