Skip to content

Commit ad4cb40

Browse files
authored
Merge pull request #8122 from butzopower/drop-sunset
2 parents 499615e + fa846e3 commit ad4cb40

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

src/cljc/jinteki/validator.cljc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@
341341
:standard (build-format-legality valid :standard deck)
342342
:startup (build-format-legality valid :startup deck)
343343
:throwback (build-format-legality valid :throwback deck)
344-
:sunset (build-format-legality valid :sunset deck)
345344
:system-gateway (build-system-gateway-legality valid deck)
346345
:eternal (build-format-legality valid :eternal deck)
347346
:neo (build-format-legality valid :neo deck)

src/cljs/nr/appstate.cljs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"system-gateway"
2020
"throwback"
2121
"startup"
22-
"sunset"
2322
"eternal"
2423
"preconstructed"
2524
"snapshot"

src/cljs/nr/cardbrowser.cljs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
(assoc :influencelimit "")
8989
(assoc-in [:format :standard] {:banned true})
9090
(assoc-in [:format :startup] {:banned true})
91-
(assoc-in [:format :sunset] {:banned true})
9291
(assoc-in [:format :throwback] {:banned true})
9392
(assoc-in [:format :eternal] {:banned true})
9493
(assoc-in [:format :snapshot] {:banned true})

src/cljs/nr/help.cljs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@
133133
"taking their first steps into Organized Play as well as experienced "
134134
"players who want a slimmed-down deckbuilding challenge. "
135135
"Refer to " [:a {:href "https://nullsignal.games/players/supported-formats/"} "Supported Formats"] "."]]}
136-
{:id "sunset"
137-
:title "What is the Sunset format?"
138-
:content [:ul
139-
[:p "Sunset is essentially Standard with an extended, experimental banlist added to it."
140-
"Refer to the " [:a {:href "https://nullsignal.games/blog/introducing-sunset/"} "Sunset Announcement"] "."]]}
141136
{:id "system-gateway"
142137
:title "What is the System Gateway format?"
143138
:content [:ul

src/cljs/nr/utils.cljs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
"startup" "Startup"
127127
"system-gateway" "System Gateway"
128128
"preconstructed" "Preconstructed"
129-
"sunset" "Sunset"
130129
"eternal" "Eternal"
131130
"snapshot" "Snapshot"
132131
"snapshot-plus" "Snapshot Plus"
@@ -140,7 +139,6 @@
140139
"Startup" "startup"
141140
"System Gateway" "system-gateway"
142141
"Preconstructed" "preconstructed"
143-
"Sunset" "sunset"
144142
"Eternal" "eternal"
145143
"Snapshot" "snapshot"
146144
"Snapshot Plus" "snapshot-plus"

src/css/base.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ button.off
292292
button .fake-link
293293
color: white-solid
294294

295-
.standard, .eternal, .system-gateway, .startup, .snapshot, .snapshot-plus, .sunset, .neo, .legal, .throwback
295+
.standard, .eternal, .system-gateway, .startup, .snapshot, .snapshot-plus, .neo, .legal, .throwback
296296
color: green-bright
297297
border-color: green-bright
298298

0 commit comments

Comments
 (0)