Skip to content

Commit

Permalink
Fix language of neo_minoan for WtWSMS
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 23, 2025
1 parent fe10305 commit 6392e45
Showing 1 changed file with 6 additions and 1 deletion.
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

0 comments on commit 6392e45

Please sign in to comment.