diff --git a/README.md b/README.md index b4ddc6a..0e55e63 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/epoch.Mission/Ignatz_config.hpp b/epoch.Mission/Ignatz_config.hpp index de327d6..3acd9bc 100644 --- a/epoch.Mission/Ignatz_config.hpp +++ b/epoch.Mission/Ignatz_config.hpp @@ -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 */