Skip to content

Commit 743ea27

Browse files
committed
docs: better hiker example style
1 parent 371af59 commit 743ea27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Perma-bonuses.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ SMODS.Joker{
3838
context.other_card.ability.perma_bonus = context.other_card.ability.perma_bonus or 0
3939
context.other_card.ability.perma_bonus = context.other_card.ability.perma_bonus + card.ability.extra
4040
return {
41-
extra = { message = localize('k_upgrade_ex'), colour = G.C.CHIPS },
42-
card = card
41+
message = localize('k_upgrade_ex'), colour = G.C.CHIPS
4342
}
4443
end
4544
end

0 commit comments

Comments
 (0)