Migrate over the ammo setting stuff to fit/gui commands

This commit is contained in:
blitzmann
2018-07-25 22:49:09 -04:00
parent dd6fe01df5
commit 53f6d43109
3 changed files with 57 additions and 13 deletions

View File

@@ -1077,6 +1077,7 @@ class Fit(object):
def isAmmo(itemID):
return eos.db.getItem(itemID).category.name == "Charge"
@deprecated
def setAmmo(self, fitID, ammoID, modules, recalc=True):
pyfalog.debug("Set ammo for fit ID: {0}", fitID)
if fitID is None: