WoodGate and MetalGate to Dooropener

This commit is contained in:
He-Man
2018-05-28 18:47:47 +02:00
parent 1f6198783f
commit 58dd0319f8
2 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,6 @@
- All other Settings are in Epoch.Mission\ignatz_config.hpp
Changelog:
- 2018-05-28
- Added WoodWall and MetalWall Garage to openable objs for Dooropener

View File

@ -13,6 +13,8 @@ class Ignatz_config {
// DoorOpener
OpenableObjets[] = { /* Array with Objects handled by the DoorOpener */
"MetalWallGarage_EPOCH",
"WoodWallGarage_EPOCH",
"CinderWallGarage_EPOCH"
};
WorkingVehicleTypes[] = {"LandVehicle"}; /* Array with VehicleTypes inside Players can use the Opener */