From 234f36c8c0a33bd00bfe397744496bc18e27415e Mon Sep 17 00:00:00 2001 From: Neugeniko Date: Fri, 16 Mar 2018 15:57:14 +1100 Subject: [PATCH] Zero reload times when reloads are off so we can group modules with normally different reload times. --- eos/capSim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eos/capSim.py b/eos/capSim.py index 0c806f1a3..3a2f965c3 100644 --- a/eos/capSim.py +++ b/eos/capSim.py @@ -79,6 +79,7 @@ class CapSimulator(object): # a cap booster module. if not self.reload and capNeed > 0: clipSize = 0 + reloadTime = 0 # Group modules based on their properties if (duration, capNeed, clipSize, disableStagger, reloadTime) in mods: