Fix wrong garage door model

Thx @ch0c
This commit is contained in:
AirwavesMan
2021-02-02 08:20:08 +01:00
parent f1b864d706
commit d67cfe1e02
2 changed files with 7 additions and 3 deletions

View File

@@ -529,8 +529,8 @@ class cinder_garage_kit: CA_Magazine
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_BLOCKGARAGEDOORWAY;
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_DESC;
displayName = $STR_EPOCH_BLOCKGARAGEDOOR;
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOOR_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
@@ -541,7 +541,7 @@ class cinder_garage_kit: CA_Magazine
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "CinderWallDoorway_DZ";
create = "CinderWallDoor_DZ";
};
class Crafting
{