Process effect updates and group renames

This commit is contained in:
DarkPhoenix
2022-01-15 06:14:12 +03:00
parent 8b34566d72
commit af4ed86324
2 changed files with 82 additions and 10 deletions

View File

@@ -788,7 +788,7 @@ class Miscellanea(ViewColumn):
formatAmount(aoeVelocity, 3, 0, 3), "m/s")
tooltip = "Explosion radius and explosion velocity"
return text, tooltip
elif chargeGroup in ("Bomb", "Structure Guided Bomb"):
elif chargeGroup in ("Bomb", "Guided Bomb"):
cloudSize = stuff.getModifiedChargeAttr("aoeCloudSize")
if not cloudSize:
return "", None