mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Added reminder text to chief_engineer.txt and maelstrom_nexus.txt.
Also changed modular so that it now has the correct "dies" wording on trigger.
This commit is contained in:
@@ -3037,7 +3037,7 @@ public class CardFactoryUtil {
|
||||
|
||||
String trigStr = "Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard" +
|
||||
" | OptionalDecider$ TriggeredCardController | TriggerController$ TriggeredCardController" +
|
||||
" | Secondary$ True | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, " +
|
||||
" | Secondary$ True | TriggerDescription$ When CARDNAME dies, " +
|
||||
"you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on CARDNAME";
|
||||
|
||||
final Trigger trigger = TriggerHandler.parseTrigger(trigStr, card, intrinsic);
|
||||
|
||||
Reference in New Issue
Block a user