mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Added rule text to BloodthirstAbility effect.
This commit is contained in:
parent
f7e1c88a27
commit
0d40cc7cf2
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class BloodthirstEffect extends OneShotEffect<BloodthirstEffect> {
|
||||||
BloodthirstEffect(int amount) {
|
BloodthirstEffect(int amount) {
|
||||||
super(Constants.Outcome.BoostCreature);
|
super(Constants.Outcome.BoostCreature);
|
||||||
this.amount = amount;
|
this.amount = amount;
|
||||||
|
staticText = "this permanent comes into play with " + amount + " +1/+1 counters on it";
|
||||||
}
|
}
|
||||||
|
|
||||||
BloodthirstEffect(final BloodthirstEffect effect) {
|
BloodthirstEffect(final BloodthirstEffect effect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue