Re-ordered the Damage Profile menus

Changed name of the selected ammo damage profile
This commit is contained in:
Corollax
2010-10-28 13:24:15 -05:00
parent da2152e61a
commit 8f259501ed
5 changed files with 8 additions and 6 deletions

View File

@@ -345,10 +345,10 @@ class Fit(object):
try:
sDP = DamagePattern.getInstance()
dp = sDP.getDamagePattern("Ammo")
dp = sDP.getDamagePattern("Selected Ammo")
except:
dp = eos.types.DamagePattern()
dp.name = "Ammo"
dp.name = "Selected Ammo"
fit = eos.db.getFit(fitID)
for attr in ("em", "thermal", "kinetic", "explosive"):