*CLEANUP*

This commit is contained in:
GJ
2012-03-12 17:57:44 -04:00
parent 49bb3e0a3c
commit 0070333b35
9 changed files with 152 additions and 190 deletions

View File

@ -322,7 +322,7 @@ public class Skills
}
case GREEN_TERRA:
if (!ability.blockCheck(block)) {
if (!ability.blockCheck(block.getType())) {
activate = false;
break;
}