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:
|
||||
Inherits: ^CivBuilding
|
||||
OwnerLostAction:
|
||||
Action: Kill
|
||||
Action: ChangeOwner
|
||||
Capturable:
|
||||
CaptureNotification:
|
||||
Notification: CivilianBuildingCaptured
|
||||
|
||||
@@ -66,7 +66,7 @@ FCOM:
|
||||
Inherits: ^TechBuilding
|
||||
Inherits@shape: ^2x2Shape
|
||||
OwnerLostAction:
|
||||
Action: Kill
|
||||
Action: ChangeOwner
|
||||
Building:
|
||||
Footprint: xx xx ==
|
||||
Dimensions: 2,3
|
||||
@@ -107,7 +107,7 @@ HOSP:
|
||||
Inherits: ^TechBuilding
|
||||
Inherits@shape: ^2x2Shape
|
||||
OwnerLostAction:
|
||||
Action: Kill
|
||||
Action: ChangeOwner
|
||||
Selectable:
|
||||
Priority: 0
|
||||
Building:
|
||||
@@ -381,7 +381,7 @@ MISS:
|
||||
Selectable:
|
||||
Priority: 0
|
||||
OwnerLostAction:
|
||||
Action: Kill
|
||||
Action: ChangeOwner
|
||||
Building:
|
||||
Footprint: xxx xxx ===
|
||||
Dimensions: 3,3
|
||||
@@ -418,7 +418,7 @@ BIO:
|
||||
Inherits: ^TechBuilding
|
||||
Inherits@shape: ^2x2Shape
|
||||
OwnerLostAction:
|
||||
Action: Kill
|
||||
Action: ChangeOwner
|
||||
Building:
|
||||
Footprint: xx xx
|
||||
Dimensions: 2,2
|
||||
@@ -451,7 +451,7 @@ OILB:
|
||||
Selectable:
|
||||
Priority: 0
|
||||
OwnerLostAction:
|
||||
Action: Kill
|
||||
Action: ChangeOwner
|
||||
Building:
|
||||
Footprint: xx xx
|
||||
Dimensions: 2,2
|
||||
|
||||
Reference in New Issue
Block a user