mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix wrong garage door model
Thx @ch0c
This commit is contained in:
@@ -529,8 +529,8 @@ class cinder_garage_kit: CA_Magazine
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
type = 256;
|
type = 256;
|
||||||
displayName = $STR_EPOCH_BLOCKGARAGEDOORWAY;
|
displayName = $STR_EPOCH_BLOCKGARAGEDOOR;
|
||||||
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_DESC;
|
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOOR_DESC;
|
||||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
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;
|
text = $STR_ACTIONS_BUILD;
|
||||||
script = "spawn player_build;";
|
script = "spawn player_build;";
|
||||||
require[] = {"ItemToolbox"};
|
require[] = {"ItemToolbox"};
|
||||||
create = "CinderWallDoorway_DZ";
|
create = "CinderWallDoor_DZ";
|
||||||
};
|
};
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -28927,6 +28927,10 @@
|
|||||||
<English>Cinder Garage Door</English>
|
<English>Cinder Garage Door</English>
|
||||||
<German>Betongaragentür</German>
|
<German>Betongaragentür</German>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_BLOCKGARAGEDOOR_DESC">
|
||||||
|
<English>Cinder garage door constructed out of cinder.</English>
|
||||||
|
<German>Eine Betongaragentür bestehend aus Beton.</German>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BLOCKGARAGEDOORLOCKED">
|
<Key ID="STR_EPOCH_BLOCKGARAGEDOORLOCKED">
|
||||||
<English>Cinder Garage Door (locked)</English>
|
<English>Cinder Garage Door (locked)</English>
|
||||||
<German>Betongaragentür (verschlossen)</German>
|
<German>Betongaragentür (verschlossen)</German>
|
||||||
|
|||||||
Reference in New Issue
Block a user