Cleanup a couple comments

This commit is contained in:
Jetz
2024-06-25 17:17:14 -04:00
parent da34acd210
commit cfc33fd491
2 changed files with 2 additions and 3 deletions

View File

@@ -1981,7 +1981,7 @@ public class CardFactoryUtil {
} else if (keyword.startsWith("Prize")) {
final String[] k = keyword.split(":");
SpellAbility sa = AbilityFactory.getAbility(card, k[1]); //Is this the right thing?
SpellAbility sa = AbilityFactory.getAbility(card, k[1]);
String descStr = "Prize — " + sa.getDescription();
final String trigStr = "Mode$ ClaimPrize | Static$ True | TriggerZones$ Battlefield | ValidCard$ Card.Self" +