Zero reload times when reloads are off so we can group modules

with normally different reload times.
This commit is contained in:
Neugeniko
2018-03-16 15:57:14 +11:00
parent 044e032ab3
commit 234f36c8c0

View File

@@ -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: