Fixed IceBlast using ice from other moves

Fixed IceBlast using ice from other moves as a source
This commit is contained in:
AlexTheCoder 2014-09-19 22:06:25 -04:00
parent e5954562ae
commit f24135a202

View file

@ -53,6 +53,8 @@ public class IceBlast {
if (sourceblock == null) {
return;
}else if (TempBlock.isTempBlock(sourceblock)) {
return;
} else {
prepare(sourceblock);
}