From 16e354aa123474a61928919c27cf20e99f65ac51 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 31 Dec 2024 10:48:18 -0500 Subject: [PATCH] refactor: remove a comment turns out my placeholder values were correct! --- Models/Spinal.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Models/Spinal.cs b/Models/Spinal.cs index 2efc74d..5690b90 100644 --- a/Models/Spinal.cs +++ b/Models/Spinal.cs @@ -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;