Preserve original table
This commit is contained in:
parent
9ed747a33e
commit
d8592218f8
2 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "Roland",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.9.43",
|
"version": "2.9.44",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -269,8 +269,6 @@ function Card:save(...)
|
||||||
self.Roland_frozen_ability,
|
self.Roland_frozen_ability,
|
||||||
self.Roland_frozen_current_round
|
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
|
return ret
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue