Merging 1.7.5 Source: plant changes

This commit is contained in:
Evan Debenham
2015-01-29 14:16:55 -05:00
parent 11d550cbe0
commit 1b10338b37
3 changed files with 4 additions and 5 deletions
@@ -48,7 +48,6 @@ public class Icecap extends Plant {
for (int i=0; i < Level.LENGTH; i++) {
if (PathFinder.distance[i] < Integer.MAX_VALUE) {
Freezing.affect( i, fire );
}
}