Commit ba9acd96 authored by mercury233's avatar mercury233 Committed by nanahira

add OT filter by 无名的凝泪

parent 5bb7e252
...@@ -842,7 +842,7 @@ public class DeckManager : ServantWithCardDescription ...@@ -842,7 +842,7 @@ public class DeckManager : ServantWithCardDescription
int getOT() int getOT()
{ {
int returnValue = 0; int returnValue = -233;
if (UIPopupList_ban.value == GameStringManager.get_unsafe(1240)) if (UIPopupList_ban.value == GameStringManager.get_unsafe(1240))
{ {
returnValue = 1; returnValue = 1;
......
...@@ -152,7 +152,7 @@ namespace YGOSharp ...@@ -152,7 +152,7 @@ namespace YGOSharp
{ {
if (getBAN == -233 || banlist == null || banlist.GetQuantity(card.Id) == getBAN) if (getBAN == -233 || banlist == null || banlist.GetQuantity(card.Id) == getBAN)
{ {
if (getOT == 0 || getOT == card.Ot) if (getOT == -233 || getOT == card.Ot)
{ {
if (getPack == "" || card.packFullName == getPack) if (getPack == "" || card.packFullName == getPack)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment