Skip to content

Commit

Permalink
Fix Planes on Show Shellmap not attacking.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Mar 29, 2020
1 parent 88a9e49 commit 9af97f9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mods/gen/maps/desert-shellmap/rules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Player:
-ConquestVictoryConditions:
Shroud:
FogCheckboxLocked: True
FogCheckboxEnabled: False
ExploredMapCheckboxLocked: True
ExploredMapCheckboxEnabled: True

World:
-CrateSpawner:
Expand Down
5 changes: 5 additions & 0 deletions mods/gen/maps/snow-shellmap/rules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Player:
-ConquestVictoryConditions:
Shroud:
FogCheckboxLocked: True
FogCheckboxEnabled: False
ExploredMapCheckboxLocked: True
ExploredMapCheckboxEnabled: True

World:
-CrateSpawner:
Expand Down
5 changes: 5 additions & 0 deletions mods/gen/maps/temperate-shellmap/rules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Player:
-ConquestVictoryConditions:
Shroud:
FogCheckboxLocked: True
FogCheckboxEnabled: False
ExploredMapCheckboxLocked: True
ExploredMapCheckboxEnabled: True

World:
-CrateSpawner:
Expand Down

0 comments on commit 9af97f9

Please sign in to comment.