Added Gerrard's Verdict, Grafted Wargear, Parallax Wave, Psychatog.

This commit is contained in:
LevelX2 2014-11-09 11:09:19 +01:00
parent 309399b0f8
commit bf31fcb585
9 changed files with 545 additions and 4 deletions

View file

@ -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);