Unit requirements for payloads
This commit is contained in:
@@ -73,6 +73,10 @@ public class SuppressionFieldAbility extends Ability{
|
||||
Draw.color(color);
|
||||
Fill.circle(rx, ry, rad * orbMidScl);
|
||||
|
||||
if(active){
|
||||
//TODO draw range when selected?
|
||||
}
|
||||
|
||||
Draw.reset();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -828,7 +828,8 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
return null;
|
||||
}
|
||||
|
||||
public @Nullable BlockSeq getBlockPayloads(){
|
||||
public @Nullable
|
||||
PayloadSeq getBlockPayloads(){
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user