We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a3561 commit 58d742eCopy full SHA for 58d742e
items/epic.lua
@@ -112,9 +112,9 @@ local membershipcardtwo = {
112
-- HATA DÜZELTME: "or 0" eklendi
113
return {
114
key = Cryptid.gameset_loc(self, { modest = "balanced" }),
115
- vars = {
116
- card.ability.extra.chips,
117
- card.ability.extra.chips * math.floor((GLOBAL_cry_member_count or 0) / a)
+ vars = {
+ card.ability.extra.chips,
+ card.ability.extra.chips * math.floor((GLOBAL_cry_member_count or 0) / a),
118
},
119
}
120
end,
0 commit comments