Skip to content

Commit

Permalink
Merge pull request #1067 from JoSchaap/patch-2
Browse files Browse the repository at this point in the history
Add missing sensor for aircraft dealer
  • Loading branch information
vbawol committed Feb 4, 2014
2 parents 9ff766d + e1da78f commit d5253c4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm
Expand Up @@ -1334,7 +1334,7 @@ class Mission
};
class Sensors
{
items=9;
items=10;
class Item0
{
position[]={8246.3184,15.544708,15485.867};
Expand Down Expand Up @@ -1474,6 +1474,21 @@ class Mission
{
};
};
class Item9
{
position[]={15128.379,19.974716,16421.879};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="AWOL";
expCond="(player distance awol) < 75;";
expActiv="TitleText[""Now Entering Aircraft Vendor"",""PLAIN DOWN""]; canbuild = false;";
expDesactiv="TitleText[""Now Leaving Aircraft Vendor"",""PLAIN DOWN""]; canbuild = true;";
class Effects
{
};
};
};
};
class Intro
Expand Down

0 comments on commit d5253c4

Please sign in to comment.