Skip to content

Commit 40c1a5a

Browse files
committed
Do not remove advanced cards - they stay in the deck
1 parent 6ccd10e commit 40c1a5a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/services/Cards.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,14 @@ const cards : Card[] = [
161161
cardType: CardType.ADVANCED,
162162
actions: [{
163163
action: Action.DELIVERY
164-
}],
165-
remove: true
164+
}]
166165
},
167166
{
168167
id: 'adv-paid',
169168
cardType: CardType.ADVANCED,
170169
actions: [{
171170
action: Action.PAID
172-
}],
173-
remove: true
171+
}]
174172
}
175173
]
176174

0 commit comments

Comments
 (0)