Fixing Immortalize in Agents table
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
agents = CardDatabase.Cards
|
||||
.Where(c => c.Category == "Agent")
|
||||
.Where(c => c.Category is "Agent" or "Immortalized")
|
||||
.OrderBy(c => c.Cost)
|
||||
.ThenBy(c => c.Name)
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user