Some changes to the framework classes. Added ControllerGotLifeCount DynamicValue.

This commit is contained in:
LevelX2 2013-07-11 15:06:36 +02:00
parent fdf3d5076d
commit 30dce7cce3
4 changed files with 92 additions and 6 deletions

View file

@ -72,4 +72,4 @@ public class OpponentsLostLifeCount implements DynamicValue {
public String getMessage() {
return "the total life lost by your opponents this turn";
}
}
}