refactor: remove a comment

turns out my placeholder values were correct!
This commit is contained in:
cswimr 2024-12-31 10:48:18 -05:00
parent 645a2d4d5d
commit 16e354aa12
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -33,7 +33,6 @@ namespace ZenithInfo.Models
double shieldDps = 0;
double hullDps = 0;
// all percentages are placeholders until david tells me what they're actually supposed to be
if (this.DamageType == DamageTypes.Shield) {
shieldAlpha = baseAlpha;
hullAlpha = baseAlpha * 0.5;