mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix trigger.
Removed warfarebuildings will add in a second.
This commit is contained in:
@@ -27,9 +27,7 @@ class Mission
|
|||||||
{
|
{
|
||||||
"dayz_weapons",
|
"dayz_weapons",
|
||||||
"ca_modules_functions",
|
"ca_modules_functions",
|
||||||
"warfarebuildings",
|
|
||||||
"ibr_panthera2"
|
"ibr_panthera2"
|
||||||
|
|
||||||
};
|
};
|
||||||
randomSeed=11171215;
|
randomSeed=11171215;
|
||||||
class Intel
|
class Intel
|
||||||
@@ -1510,10 +1508,10 @@ class Mission
|
|||||||
repeating=1;
|
repeating=1;
|
||||||
interruptable=1;
|
interruptable=1;
|
||||||
age="UNKNOWN";
|
age="UNKNOWN";
|
||||||
name="PlanicaTraders_1";
|
name="MelloVehicleRepair";
|
||||||
expCond="(player distance PlanicaTraders) < 100; ";
|
expCond="(player distance MelloVehicleRepair) < 100; ";
|
||||||
expActiv="TitleText[""Now Entering Trader City Planica"",""PLAIN DOWN""]; canbuild = false;";
|
expActiv="TitleText[""Now Entering Mello"",""PLAIN DOWN""]; canbuild = false;";
|
||||||
expDesactiv="TitleText[""Now Leaving Trader City Planica"",""PLAIN DOWN""]; canbuild = true;";
|
expDesactiv="TitleText[""Now Leaving Mello"",""PLAIN DOWN""]; canbuild = true;";
|
||||||
class Effects
|
class Effects
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user