View Single Post
Old 01-29-2008, 02:11 AM   #11 (permalink)
beng
Senior Member
 
Join Date: Jan 2008
Posts: 593
Default

I just noticed that there is an armorupgrade module but no upgraded armorset, so change the armorset to this:
Code:
  ArmorSet
    Conditions        = None
    Armor             = BattleBusStructureArmorTough
    DamageFX          = StructureDamageFXNoShake
  End

  ArmorSet
    Conditions        = PLAYER_UPGRADE
    Armor             = BattleBusStructureArmorToughPlusTwo
    DamageFX          = StructureDamageFXNoShake
  End
beng is online now   Reply With Quote