From 9758a3474c879642b096b3a28b8463345a595720 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 18 Jul 2023 21:13:51 +0700 Subject: [PATCH] Fix processing upgrade showing two plus signs in description --- .../kotlin/ru/dbotthepony/mc/otm/capability/Upgrades.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/capability/Upgrades.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/capability/Upgrades.kt index cc4c30bb3..0221e0f31 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/capability/Upgrades.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/capability/Upgrades.kt @@ -96,7 +96,7 @@ fun IMatteryUpgrade.addUpgradeTooltipLines(tooltips: MutableCollection { var flags = 0 for (v in types) flags = flags or v.flag