This commit is contained in:
Anuken
2021-12-27 14:48:05 -05:00
parent dd5ce7e365
commit 0f5b091655
3 changed files with 1 additions and 4 deletions
@@ -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
View File
@@ -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