This commit is contained in:
Simisays
2023-04-22 07:32:12 +02:00
parent c8d2c5ddac
commit fdc28e7c19

View File

@@ -814,7 +814,8 @@ public class CardFactoryUtil {
inst.addTrigger(trigger);
} else if (keyword.equals("Ascend")) {
// Ascend trigger only for Permanent
if (card.isPermanent()) {
final String trig = "Mode$ Always | TriggerZones$ Battlefield | Secondary$ True"
+ " | Static$ True | Blessing$ False | IsPresent$ Permanent.YouCtrl | PresentCompare$ GE10 "
+ " | TriggerDescription$ Ascend (" + inst.getReminderText() + ")";