Skip to content

Commit bf09cbe

Browse files
wrong file
1 parent 6adeb39 commit bf09cbe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

items/exotic.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,7 @@ local crustulum = {
657657
ref_table = card.ability.extra,
658658
ref_value = "chips",
659659
scalar_value = "chip_mod",
660-
message_key = "a_chips",
661-
colour = G.C.CHIPS,
660+
message_colour = G.C.CHIPS,
662661
})
663662
return nil, true
664663
end
@@ -677,8 +676,7 @@ local crustulum = {
677676
ref_table = card.ability.extra,
678677
ref_value = "chips",
679678
scalar_value = "chip_mod",
680-
message_key = "a_chips",
681-
colour = G.C.CHIPS,
679+
message_colour = G.C.CHIPS,
682680
})
683681
return {
684682
chip_mod = lenient_bignum(card.ability.extra.chips),

0 commit comments

Comments
 (0)