Skip to content

Commit

Permalink
More reliable solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre du Plessis committed Aug 7, 2019
1 parent c909433 commit 8e721be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/common/megastructures.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ types = {
type[megastructure] = {
path = "game/common/megastructures"
subtype[base_level] = {
possible = {
alias_name[trigger] = alias_match_left[trigger]
placement_rules = {
}
}
subtype[has_prereqs] = {
Expand Down Expand Up @@ -70,7 +69,7 @@ megastructure = {
}
subtype[has_prereqs] = {
## cardinality = 0..1
show_prereqs = yes
show_prereqs = bool
## cardinality = 0..1
prereq_name = localisation
}
Expand Down

0 comments on commit 8e721be

Please sign in to comment.