Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mossed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ SMODS.Edition{
if card.area.config.collection then
return {
vars = {
card.edition.extra.upgrade,
card.edition.extra.sell_up,
card.edititon and card.edititon.extra and card.edition.extra.upgrade or self.config.extra.upgrade,
card.edititon and card.edition.extra and card.edition.extra.sell_up or self.config.extra.sell_up,
},
key = self.key.."alt2",
}
Expand Down