Preserve original table

This commit is contained in:
Emik 2026-07-08 19:36:50 +02:00
parent 9ed747a33e
commit d8592218f8
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 1 additions and 3 deletions

View file

@ -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",

View file

@ -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