* DrawBlock icons shouldn't have icons by default
It doesn't make sense for drawers like DrawLiquidTile to return icons. Overriding in every such class doesn't make as much sense as simply changing the superclass.
* Ensure that finalIcons is never empty
* Update UnitTypes.java
its late at night imma just commit changes and pray i didnt fuck up anywhere
* Allow changing suppress effect color
* Fx.regenSuppressParticle and Fx.regenSuppressSeek now color-aware
- regenSuppressParticle's color handling changed, allows changing the from color intead of the to color
* Damage.applySuppression accepts color as an argument, old method signature still exists
* SuppressionFieldAbility has a new field allowing to specify the color for effect particles
* BulletType has a new field allowing to specify the color for suppress effect particles
* BuildingComp has a new field storing the color to be used for suppression effect
* name
---------
Co-authored-by: BalaM314 <71201189+BalaM314@users.noreply.github.com>
* let DrawRegion drawer can draw regions that rotate with building rotation
create a variable buildingRotate that can select whether the region will rotate with building rotation or not
* let DrawRegion drawer can draw regions rotate with building rotation
create a variable buildingRotate that can select whether the region will rotate with building rotation or not
make modders needn't to use DrawSideRegion to make this effect
* Update DrawRegion.java