remove VisualDest crap from bullets & combat code

This commit is contained in:
Chris Forbes
2010-04-30 12:20:22 +12:00
parent 66b1974237
commit 2d0f30a341
7 changed files with 15 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ namespace OpenRA.Mods.Cnc
firedBy = self,
target = self,
weapon = Rules.Weapons[info.Weapon.ToLowerInvariant()]
}, self.CenterLocation.ToInt2());
});
poisonTicks = Rules.Weapons[info.Weapon.ToLowerInvariant()].ROF;
}