mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Occupation mission - added Tanoa config
This commit is contained in:
parent
281902e610
commit
456c6f84e8
@ -50,6 +50,15 @@ switch (toLower worldName) do
|
|||||||
_msgLOSE = ['#FF0000',"The troops have left Norinsk, taking the cache with them..."];
|
_msgLOSE = ['#FF0000',"The troops have left Norinsk, taking the cache with them..."];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
case "tanoa":
|
||||||
|
{
|
||||||
|
_pos = [11685,2666,0];
|
||||||
|
_missionName = "Lijnhaven Occupation";
|
||||||
|
_msgStart = ['#FFFF00',"Lijnhaven is under martial law! There are reports they have a large weapon cache..."];
|
||||||
|
_msgWIN = ['#0080FF',"Convicts have successfully assaulted the town of Lijnhaven and secured the cache!"];
|
||||||
|
_msgLOSE = ['#FF0000',"The troops have left Lijnhaven, taking the cache with them..."];
|
||||||
|
};
|
||||||
|
|
||||||
default
|
default
|
||||||
{
|
{
|
||||||
diag_log format["DMS ERROR :: Attempting to run occupation with unsupported map: %1",worldName];
|
diag_log format["DMS ERROR :: Attempting to run occupation with unsupported map: %1",worldName];
|
||||||
|
Loading…
Reference in New Issue
Block a user