From 386db180b5a3251d2a1e78ee55b2a2ce35d538f7 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 8 Jul 2026 19:36:50 +0200 Subject: [PATCH] Preserve original table --- manifest.json | 2 +- src/edition.lua | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3c83698..0207917 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.43", + "version": "2.9.44", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/edition.lua b/src/edition.lua index 67c7cdb..754d35c 100644 --- a/src/edition.lua +++ b/src/edition.lua @@ -269,8 +269,6 @@ function Card:save(...) self.Roland_frozen_ability, self.Roland_frozen_current_round - ret.base = self.Roland_frozen_base or ret.base - ret.ability = self.Roland_frozen_ability or ret.ability return ret end