mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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;
|
||||
model = "\ca\misc2\BagFenceRound.p3d";
|
||||
icon = "\Ca\misc3\data\Icons\icon_bagFenceRound_ca.paa";
|
||||
offset[] = {0,1.5,0.5};
|
||||
offset[] = {0,2.25,0.5};
|
||||
mapSize = 2;
|
||||
armor = 400;
|
||||
displayName = $STR_EQUIP_NAME_21_ROUND;
|
||||
|
||||
Reference in New Issue
Block a user