From d28312f13b2662e6465480d43d2cda006fe69b43 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Tue, 28 Feb 2017 18:57:12 -0800 Subject: [PATCH] Slightly correction to the effective reload time for cycle time. --- eos/saveddata/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/saveddata/module.py b/eos/saveddata/module.py index 4442cb9b8..bac688769 100644 --- a/eos/saveddata/module.py +++ b/eos/saveddata/module.py @@ -689,7 +689,7 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut): Currently would apply to bomb launchers and defender missiles """ - effective_reload_time = ((self.reactivationDelay * numShots) + raw_reload_time) / numShots + effective_reload_time = ((self.reactivationDelay * (numShots - 1)) + max(raw_reload_time, self.reactivationDelay, 0)) / numShots else: """ Applies to MJD/MJFG