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

View File

@@ -2502,7 +2502,6 @@ public class UnitTypes{
//endregion
//region erekir - flying
//TODO orb, suppress healing
quell = new UnitType("quell"){{
envDisabled = 0;

View File

@@ -85,8 +85,6 @@ public class RegenProjector extends Block{
@Override
public void updateTile(){
//TODO particles when heal suppressed
if(lastChange != world.tileChanges){
lastChange = world.tileChanges;
updateTargets();