mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added Gerrard's Verdict, Grafted Wargear, Parallax Wave, Psychatog.
This commit is contained in:
parent
309399b0f8
commit
bf31fcb585
9 changed files with 545 additions and 4 deletions
|
|
@ -1444,7 +1444,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
@Override
|
||||
public int gainLife(int amount, Game game) {
|
||||
if (!canGainLife) {
|
||||
if (!canGainLife || amount == 0) {
|
||||
return 0;
|
||||
}
|
||||
GameEvent event = new GameEvent(GameEvent.EventType.GAIN_LIFE, playerId, playerId, playerId, amount, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue