Skip to content

Commit

Permalink
Tweaks for conversion to WtWSMS version 0.1.6 (#2472)
Browse files Browse the repository at this point in the history
closes #2429
  • Loading branch information
IhateTrains authored Jan 24, 2025
1 parent fe10305 commit f789447
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,12 @@ neo_minoan = { # Other names can be neo_mycanaean or posiedian. This culture sho
IF tfe = {
# TFE uses language_greek instead of language_ancient_greek.
language = language_greek
} ELSE = {
}
ELSE_IF wtwsms = {
# WtWSMS doesn't use language_ancient_greek.
language = language_greek
}
ELSE = {
language = language_ancient_greek
}
}
Expand Down Expand Up @@ -1741,6 +1746,7 @@ parthian = {
elamite = { # https://en.wikipedia.org/wiki/Elam
INVALIDATED_BY = {
tfe = { elamite }
wtwsms = { elamite }
vanilla = { elamite }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,7 @@ language_elamite = {
REPLACED_BY = {
tfe = { language_elamite }
roa = { language_elamite }
wtwsms = { language_elamite }
vanilla = { language_elamite }
}

Expand Down
Loading

0 comments on commit f789447

Please sign in to comment.