Skip to content

Commit

Permalink
removed RadarReflectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Rynchodon committed May 11, 2017
1 parent d37bb2e commit 7b2a167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Data/Ammos.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
GuidanceSeconds=90;
Acceleration=25;
RotationPerUpdate=0.017453292519943;
RadarReflectivity=0.067;
DetonateRange=3;
</Description>
<BasicProperties>
Expand Down Expand Up @@ -43,7 +42,6 @@
GuidanceSeconds=60;
Acceleration=100;
RotationPerUpdate=0.017453292519943;
RadarReflectivity=0.053;
HasAntenna=true;
DetonateRange=3;
EMP_Strength=300000;
Expand Down Expand Up @@ -77,7 +75,6 @@
GuidanceSeconds=15;
Acceleration=100;
RotationPerUpdate=0.01;
RadarReflectivity=0.081;
HasAntenna=true;
ClusterCooldown=5;
</Description>
Expand Down Expand Up @@ -109,7 +106,6 @@
GuidanceSeconds=15;
AcquisitionAngle=0.5;
Acceleration=400;
RadarReflectivity=0.081;
TargetRange=800;
DetonateRange=10;
</Description>
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Utility/XML_Amendments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void AmendEntry(string key, string value)

if (matchCount == 0)
{
myLogger.alwaysLog("failed to match key: " + key + '/' + value, Logger.severity.WARNING);
myLogger.alwaysLog("failed to match key: " + key + '/' + value, Logger.severity.WARNING, typeof(T).FullName);
Failed.Add(key, value);
}
}
Expand Down

0 comments on commit 7b2a167

Please sign in to comment.