mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Fixed IceBlast using ice from other moves
Fixed IceBlast using ice from other moves as a source
This commit is contained in:
parent
e5954562ae
commit
f24135a202
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ public class IceBlast {
|
||||||
|
|
||||||
if (sourceblock == null) {
|
if (sourceblock == null) {
|
||||||
return;
|
return;
|
||||||
|
}else if (TempBlock.isTempBlock(sourceblock)) {
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
prepare(sourceblock);
|
prepare(sourceblock);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue