From: TheSaminator Date: Mon, 28 Feb 2022 22:37:25 +0000 (-0500) Subject: Make it literally playable X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=a9b1218a09b587a8e18fcf80877b91fbb9424661;p=starship-fights Make it literally playable --- diff --git a/src/jvmMain/kotlin/starshipfights/info/views_user.kt b/src/jvmMain/kotlin/starshipfights/info/views_user.kt index a81ccb6..2c37fce 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_user.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_user.kt @@ -654,7 +654,7 @@ suspend fun ApplicationCall.manageAdmiralPage(): HTML.() -> Unit { } } p { - +"${admiral.fullName} is $hasAcumen/$reqAcumen Acumen away from being promoted to ${nextRank.getDisplayName(admiral.faction)}" + +"${admiral.fullName} is $hasAcumen/$reqAcumen Acumen away from being promoted to ${nextRank.getDisplayName(admiral.faction)}." } } else { h2 { +"Progress to Promotion" }