Introduces ReloadModifier

and renames ROF -> ReloadDelay
This commit is contained in:
reaperrr
2014-07-26 21:41:56 +02:00
parent fce732b060
commit 4469b5f5ca
7 changed files with 27 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ namespace OpenRA.Mods.D2k
return;
weapon.Impact(self.CenterPosition, self.World.WorldActor, 1f);
damageTicks = weapon.ROF;
damageTicks = weapon.ReloadDelay;
}
}
}