Custom shield colouring (#9647)
Five extra minutes I had the luxury of spending fixing Git because it exploded again Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ abstract class ShieldComp implements Healthc, Posc{
|
||||
}
|
||||
|
||||
if(hadShields && shield <= 0.0001f){
|
||||
Fx.unitShieldBreak.at(x, y, 0, team.color, this);
|
||||
Fx.unitShieldBreak.at(x, y, 0, type.shieldColor(self()), this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user