Landfall

The Hedron Crab's Landfall ability puts a message on the stack when the computer puts a land into play. The number "1" is displayed but there is no additional message … I'm guessing that it needs a setStackDescription.
In GameActionUtil I see that the setStackDescription line of code has been commented put. I guess that it was too wordy? Should we put something shorter in it's place?
Or replace "activates" with "triggers".
In GameActionUtil I see that the setStackDescription line of code has been commented put. I guess that it was too wordy? Should we put something shorter in it's place?
- Code: Select all
ability.setStackDescription(c.getName() + " - Landfall ability activates.");
Or replace "activates" with "triggers".