mirror of
https://github.com/Ignatz-HeMan/Ignatz_Tools.git
synced 2024-08-30 16:12:11 +00:00
WoodGate and MetalGate to Dooropener
This commit is contained in:
@ -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
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user