Instalar o Steam
Iniciar sessão
|
Idioma
简体中文 (Chinês Simplificado)
繁體中文 (Chinês Tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Checo)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol de Espanha)
Español-Latinoamérica (Espanhol da América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polaco)
Português (Brasil)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar problema de tradução
But I think there is a small bug when calculating the dominance for the amphibians. They start with three water elements but only two seem to be count with the the other animals.
I locally fixed this by making the following changes to the function "getAnimalElements":
if animal == ELEMENT_TO_SPECIES[element] then
table.insert(elements, element)
table.insert(elements, element)
if animal == TAG_AMPHIBIANS then
table.insert(elements, element)
end
end
Maybe you can fix this also in your public mod. Thank!