Skip to content

Commit b73ee4d

Browse files
committed
Add spree frame effect
1 parent dc318bf commit b73ee4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ScryfallKit/Models/Card/Card+enums.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ extension Card {
200200
///
201201
/// [Scryfall documentation](https://scryfall.com/docs/api/frames#frame-effects)
202202
public enum FrameEffect: String, Codable, CaseIterable, Sendable {
203-
case legendary, miracle, nyxtouched, draft, devoid, tombstone, colorshifted, inverted, sunmoondfc, compasslanddfc, originpwdfc, mooneldrazidfc, waxingandwaningmoondfc, showcase, extendedart, companion, etched, snow, lesson, convertdfc, fandfc, battle, gravestone, fullart, vehicle, borderless, extended, unknown
203+
case legendary, miracle, nyxtouched, draft, devoid, tombstone, colorshifted, inverted, sunmoondfc, compasslanddfc, originpwdfc, mooneldrazidfc, waxingandwaningmoondfc, showcase, extendedart, companion, etched, snow, lesson, convertdfc, fandfc, battle, gravestone, fullart, vehicle, borderless, extended, spree, unknown
204204

205205
public init(from decoder: Decoder) throws {
206206
self = try FrameEffect(rawValue: decoder.singleValueContainer().decode(RawValue.self)) ?? .unknown

0 commit comments

Comments
 (0)