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