mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-30 07:21:34 -04:00
Fix era notification (#5161)
This commit is contained in:
parent
7b6e57d3b5
commit
612ad0ab55
@ -42,4 +42,7 @@ class Era : INamed, IHasUniques {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun getHexColor() = "#" + getColor().toString().substring(0, 6)
|
fun getHexColor() = "#" + getColor().toString().substring(0, 6)
|
||||||
|
|
||||||
|
/** This is used for display purposes in templates */
|
||||||
|
override fun toString() = name
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user