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:
Elixias
2024-06-20 09:27:22 -06:00
committed by GitHub
parent d897f1b7b0
commit 0019b78f71
5 changed files with 18 additions and 8 deletions

View File

@@ -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);
}
}
}