Skip to content

Commit

Permalink
(content) adjusted Fortress Mines to make sure that an unowned Fotres…
Browse files Browse the repository at this point in the history
…s does not damage unowned monsters, and also to make sure that unowned monsters can be destroyed (not just damaged) by the mines of an owned Fortress
  • Loading branch information
Dilvish-fo committed Sep 17, 2015
1 parent 4695e6f commit 8f3d540
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion default/specials.txt
Expand Up @@ -421,6 +421,7 @@ Special
Not OwnerHasTech name = "DEF_SYST_DEF_MINE_2"
]
]
(RootCandidate.Owner != Source.Owner) // particularly to exclude an unowned Fotress with unowned monsters
Or [
OwnedBy affiliation = EnemyOf empire = Source.Owner
Unowned
Expand All @@ -438,6 +439,7 @@ Special
Not OwnerHasTech name = "DEF_SYST_DEF_MINE_2"
]
]
(RootCandidate.Owner != Source.Owner) // particularly to exclude an unowned Fotress with unowned monsters
OwnedBy affiliation = EnemyOf empire = Source.Owner
]
effects = [
Expand All @@ -463,7 +465,11 @@ Special
Not OwnerHasTech name = "DEF_SYST_DEF_MINE_2"
]
]
OwnedBy affiliation = EnemyOf empire = Source.Owner
(RootCandidate.Owner != Source.Owner) // particularly to exclude an unowned Fotress with unowned monsters
Or [
OwnedBy affiliation = EnemyOf empire = Source.Owner
Unowned
]
Structure high = 3
]
effects = [
Expand Down

0 comments on commit 8f3d540

Please sign in to comment.