mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
No need for 'see also' in shortened tech text since the specific effects are detailed
This commit is contained in:
@ -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() }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user