Fixed the internal name & parameter of a unique (#6577)

This commit is contained in:
Xander Lenstra
2022-04-20 16:02:31 +02:00
committed by GitHub
parent 34664e6071
commit 0a5fc3cf33
4 changed files with 5 additions and 5 deletions

View File

@ -21,6 +21,7 @@ class UniqueDocsWriter {
.replace("[combatantFilter]", "[City]")
.replace("[mapUnitFilter]", "[Wounded]")
.replace("[baseUnitFilter]", "[Melee]")
.replace("[unit]","[Musketman]")
.replace("[great person]", "[Great Scientist]")
.replace("[stats]", "[+1 Gold, +2 Production]")
.replace("[stat]", "[Culture]")