@@ -1342,13 +1342,18 @@ public static class RandomUtility
CardSource temp = CardDatas[n];
if (!temp.IsFlipped)
+ {
temp.SetReverse();
+ if(temp.Owner.SecurityCards.Contains(temp))
+ GManager.OnSecurityStackChanged?.Invoke(temp.Owner);
+ }
+
CardDatas[n] = CardDatas[k];
CardDatas[k] = temp;
}
-
return CardDatas;
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:34fb04ead4063705b9bc20a3ba816301e8664bd01fed9330ba4001cd1b92f3db
-size 20169
+oid sha256:cfc8f74c0686c3528d787602ce9425a37b43960e8fbde14ad95b8b6b00a2f442
+size 20168