mirror of
https://github.com/Ghostrider-DbD-/GMS_RC.git
synced 2024-08-30 16:02:11 +00:00
trying to properly update
This commit is contained in:
parent
5afa70d0c4
commit
6c359de5cd
Binary file not shown.
@ -385,7 +385,7 @@ _lines pushBack format["_missionHelis = GMS_patrolHelis%1;",GMS_difficulty];
|
||||
_lines pushBack format["_chancePara = GMS_chancePara%1;",GMS_difficulty];
|
||||
_lines pushBack format["_noPara = GMS_noPara%1;",GMS_difficulty];
|
||||
_lines pushBack format["_paraTriggerDistance = 400;"];
|
||||
_lines pushBack format["_paraSkill = %1;",0.7];
|
||||
_lines pushBack format["_paraSkill = '%1';",0.7];
|
||||
_lines pushBack format["_chanceLoot = 0.0;"];
|
||||
_lines pushBack format["_paraLoot = GMS_BoxLoot_%1;",GMS_difficulty];
|
||||
_lines pushBack format["_paraLootCounts = GMS_lootCounts%1;",GMS_difficulty];
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
|
||||
Long-term TODO:
|
||||
Allow Users to Define Loot Vehicles
|
||||
|
||||
|
||||
|
||||
|
@ -399,7 +399,7 @@ class display3DEN
|
||||
};
|
||||
class GMS_about {
|
||||
text = "3EDEN Plugin Version 1.0 for GMS by Ghostrider-GRG-";
|
||||
action = "call gms3EDEN_fnc_about";
|
||||
action = "call blck3EDEN_fnc_about";
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
class CfgGMS3DENVersion
|
||||
{
|
||||
version = 1.21;
|
||||
build = 18;
|
||||
date = "09/27/23";
|
||||
version = 1.2;
|
||||
build = 17;
|
||||
date = "09/26/23";
|
||||
};
|
Loading…
Reference in New Issue
Block a user