Add back 1051 handling of RepairParts not listed in config

This commit is contained in:
ebaydayz
2017-01-06 12:36:08 -05:00
parent c5deead4fd
commit 3a7744d18d
4 changed files with 31 additions and 6 deletions

View File

@@ -126,4 +126,10 @@ class RepairParts : AllVehicles
class HitHull {
part = "PartGeneric";
};
class HitLTrack {
part = "PartGeneric";
};
class HitRTrack {
part = "PartGeneric";
};
};