clean up energyPerDamagePoint

This commit is contained in:
John3 2016-06-15 23:00:13 -05:00
parent ca4e4fe86d
commit 66194245ff
2 changed files with 0 additions and 2 deletions

View file

@ -38,7 +38,6 @@ struct StaticShapeData: public ShapeBaseData {
bool noIndividualDamage; bool noIndividualDamage;
S32 dynamicTypeField; S32 dynamicTypeField;
bool isShielded; bool isShielded;
F32 energyPerDamagePoint;
// //
DECLARE_CONOBJECT(StaticShapeData); DECLARE_CONOBJECT(StaticShapeData);

View file

@ -517,7 +517,6 @@ datablock PlayerData(DefaultPlayerData)
maxDamage = 100; maxDamage = 100;
maxEnergy = 60; maxEnergy = 60;
repairRate = 0.33; repairRate = 0.33;
energyPerDamagePoint = 75;
rechargeRate = 0.256; rechargeRate = 0.256;