Merge pull request #2099 from Schalldampfer/podagorsk

Podagorsk update
This commit is contained in:
A Man
2021-01-23 09:17:40 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ call {
if (toLower worldName in ["chernarus","chernarus_winter"]) exitWith {dayz_minpos = -20000; dayz_maxpos = 20000;};
if (toLower worldName in ["napf","ruegen","sauerland"]) exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;};
if (toLower worldName in ["tavi","taviana"]) exitWith {dayz_minpos = -26000; dayz_maxpos = 26000;};
if (toLower worldName in ["fdf_isle1_a"]) exitWith {dayz_minpos = 0;dayz_maxpos = 20000;};
dayz_minpos = -20000; dayz_maxpos = 20000; // Default
};

View File

@@ -188,10 +188,10 @@ class Mission
items=17;
class Item0
{
position[]={10788,0,8680};
position[]={11100,0,9300};
name="center";
type="Empty";
a=3500;b=3500;
a=4000;b=4000;
};
class Item1
{