Zero reload times when reloads are off so we can group modules
with normally different reload times.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user