mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
No need for 'see also' in shortened tech text since the specific effects are detailed
This commit is contained in:
parent
c7db212c50
commit
43e0fa21f1
@ -86,10 +86,6 @@ class Technology: RulesetObject() {
|
||||
if (tileImprovements.isNotEmpty())
|
||||
lineList += "{Tile improvements enabled}: " + tileImprovements.joinToString { it.name.tr() }
|
||||
|
||||
val seeAlsoObjects = getSeeAlsoObjects(ruleset)
|
||||
if (seeAlsoObjects.any())
|
||||
lineList += "{See also}: " + seeAlsoObjects.joinToString { it.name }
|
||||
|
||||
return lineList.joinToString("\n") { it.tr() }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user