mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
Should be all scope entries
This commit is contained in:
@@ -2,7 +2,7 @@ class AN2_DZ: An2_Base_EP1
|
||||
{
|
||||
displayname = $STR_VEH_NAME_AN2;
|
||||
displaynameshort = $STR_EP1_DN_AN2_TK;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class MV22;
|
||||
class MV22_DZ : MV22 {
|
||||
accuracy = 1000;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "MV-22";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
|
||||
Reference in New Issue
Block a user