Page 1 of 1

Landfall

PostPosted: 13 Apr 2010, 20:46
by Chris H.
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?

Code: Select all
ability.setStackDescription(c.getName() + " - Landfall ability activates.");
`
Or replace "activates" with "triggers".