mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix BagFenceRound making the player slide (#1946)
Fixes: https://github.com/EpochModTeam/DayZ-Epoch/issues/1945
This commit is contained in:
@@ -249,7 +249,7 @@ class BagFenceRound_DZ: BuiltItems
|
|||||||
cost = 100;
|
cost = 100;
|
||||||
model = "\ca\misc2\BagFenceRound.p3d";
|
model = "\ca\misc2\BagFenceRound.p3d";
|
||||||
icon = "\Ca\misc3\data\Icons\icon_bagFenceRound_ca.paa";
|
icon = "\Ca\misc3\data\Icons\icon_bagFenceRound_ca.paa";
|
||||||
offset[] = {0,1.5,0.5};
|
offset[] = {0,2.25,0.5};
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 400;
|
armor = 400;
|
||||||
displayName = $STR_EQUIP_NAME_21_ROUND;
|
displayName = $STR_EQUIP_NAME_21_ROUND;
|
||||||
|
|||||||
Reference in New Issue
Block a user