Remove upgrade option from dayz police car

Also added setvariable.txt exceptions for missing police car hitpoints

Fixes #1929
This commit is contained in:
ebayShopper
2017-04-01 13:47:54 -04:00
parent 088945e074
commit 663170ae32
3 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,12 @@ class car_sedan : SkodaBase {
};
};
class policecar: car_sedan {
class Upgrades {
ItemORP[] = {};
};
};
// Performance 1
class car_sedan_DZE1: car_sedan {
original = "car_sedan";