Cleanup
This commit is contained in:
@@ -2502,7 +2502,6 @@ public class UnitTypes{
|
|||||||
//endregion
|
//endregion
|
||||||
//region erekir - flying
|
//region erekir - flying
|
||||||
|
|
||||||
//TODO orb, suppress healing
|
|
||||||
quell = new UnitType("quell"){{
|
quell = new UnitType("quell"){{
|
||||||
envDisabled = 0;
|
envDisabled = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -85,8 +85,6 @@ public class RegenProjector extends Block{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateTile(){
|
public void updateTile(){
|
||||||
//TODO particles when heal suppressed
|
|
||||||
|
|
||||||
if(lastChange != world.tileChanges){
|
if(lastChange != world.tileChanges){
|
||||||
lastChange = world.tileChanges;
|
lastChange = world.tileChanges;
|
||||||
updateTargets();
|
updateTargets();
|
||||||
|
|||||||
+1
-1
@@ -24,4 +24,4 @@ android.useAndroidX=true
|
|||||||
#used for slow jitpack builds; TODO see if this actually works
|
#used for slow jitpack builds; TODO see if this actually works
|
||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
archash=f622a612ec
|
archash=5402a17620
|
||||||
|
|||||||
Reference in New Issue
Block a user