mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
update
This commit is contained in:
@@ -814,7 +814,8 @@ public class CardFactoryUtil {
|
|||||||
|
|
||||||
inst.addTrigger(trigger);
|
inst.addTrigger(trigger);
|
||||||
} else if (keyword.equals("Ascend")) {
|
} else if (keyword.equals("Ascend")) {
|
||||||
|
// Ascend trigger only for Permanent
|
||||||
|
if (card.isPermanent()) {
|
||||||
final String trig = "Mode$ Always | TriggerZones$ Battlefield | Secondary$ True"
|
final String trig = "Mode$ Always | TriggerZones$ Battlefield | Secondary$ True"
|
||||||
+ " | Static$ True | Blessing$ False | IsPresent$ Permanent.YouCtrl | PresentCompare$ GE10 "
|
+ " | Static$ True | Blessing$ False | IsPresent$ Permanent.YouCtrl | PresentCompare$ GE10 "
|
||||||
+ " | TriggerDescription$ Ascend (" + inst.getReminderText() + ")";
|
+ " | TriggerDescription$ Ascend (" + inst.getReminderText() + ")";
|
||||||
|
|||||||
Reference in New Issue
Block a user