Parcourir la source

added comment detail

dp101428 il y a 1 an
Parent
commit
c5434566ec
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Assets/CardEffect/ST21/Purple/ST21_10.cs

+ 1 - 1
Assets/CardEffect/ST21/Purple/ST21_10.cs

@@ -62,7 +62,7 @@ namespace DCGO.CardEffects.ST21
                 {
                     if (cardSource != null)
                     {
-                        //compared to the code I was copying from, removed a check that owner matched between cardsource and card, as that should be handled by whose hand the card is in. If this breaks, try putting it back.
+                        //compared to the code I was copying from (ST8-04), removed a check that owner matched between cardsource and card, as that should be handled by whose hand the card is in. If this breaks, try putting it back.
                         if (card.Owner.HandCards.Contains(cardSource))
                         {
                             return cardSource.EqualsCardName("MetalGarurumon");