* Star Trek: Bridge Commander aka BCFiles is back! Now on Gamefront! https://www.gamefront.com/games/bridge-commander
You can add the Breen Damper to your projectile by adding the following code to the bottom of your projectile script:sYieldName = ?Damper Weapon?sFireName = Nonetry: import FoundationTech try: oFire = FoundationTech.oTechs[sFireName] FoundationTech.dOnFires[__name__] = oFire except: pass try: oYield = FoundationTech.oTechs[sYieldName] FoundationTech.dYields[__name__] = oYield except: passexcept: pass