jgarrone / OGame: Recursos Ampliados

Hi,
you can solve the error without translating the ship in all languages

text = text.replace('{TALADRADOR}', LANG.Taladrador? LANG.Taladrador : "Crawler")

text = text.replace('{EXPLORADOR}', LANG.Explorador ? LANG.Explorador : "PathFinder")
text = text.replace('{SEGADOR}', LANG.Segador ? LANG.Segador : "Reaper")