Added Bane of the Living.

This commit is contained in:
LevelX2 2015-07-22 21:46:32 +02:00
parent d9f88fdd6e
commit 4b7270672c
5 changed files with 191 additions and 71 deletions

View file

@ -13,7 +13,7 @@ public class ManacostVariableValue implements DynamicValue {
}
@Override
public DynamicValue copy() {
public ManacostVariableValue copy() {
return new ManacostVariableValue();
}