From 554fdf250ae64689d3c5c66156fa6c50f1ce722a Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 27 May 2026 22:35:52 +0200 Subject: [PATCH] Recolor text --- localization/en-us.lua | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/localization/en-us.lua b/localization/en-us.lua index 82043f9..6a52171 100644 --- a/localization/en-us.lua +++ b/localization/en-us.lua @@ -374,7 +374,7 @@ return { c_Roland_primal = { name = "Primal Force", text = { - "Enhance {C:attention}all cards", + "Enhance {C:attention}all {}cards", "held in hand to", "{C:enhanced}Stone Cards", }, diff --git a/manifest.json b/manifest.json index be971a4..48bc988 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "author": [ "Emik" ], - "version": "2.7.4", + "version": "2.7.5", "badge_colour": "8BE9FD", "main_file": "src/main.lua", "badge_text_colour": "44475A",