Skip to content

Commit

Permalink
31/12/2018 - 18:12:27.24
Browse files Browse the repository at this point in the history
  • Loading branch information
remasters3 committed Dec 31, 2018
1 parent d3cea44 commit 9488e5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exile.malden.build.log
@@ -1,4 +1,4 @@
"Backed up old pbo to exile.malden.pbo.2018_12_31- 9.53.48. Starting build at 2018_12_31- 9.53.48"
"Backed up old pbo to exile.malden.pbo.2018_12_31-18.12.25. Starting build at 2018_12_31-18.12.25"
C:\Users\Gerry\Documents\Arma 3 - Other Profiles\Remasters\missions\exile.malden\call.fsm
C:\Users\Gerry\Documents\Arma 3 - Other Profiles\Remasters\missions\exile.malden\CfgRemoteExec.hpp
C:\Users\Gerry\Documents\Arma 3 - Other Profiles\Remasters\missions\exile.malden\config.cpp
Expand Down
Binary file modified exile.malden.pbo
Binary file not shown.
6 changes: 5 additions & 1 deletion exile.malden/config.cpp
Expand Up @@ -3011,7 +3011,9 @@ class CfgExileArsenal
class B_Heli_Light_01_dynamicLoadout_F { quality = 6; price = 120000;};
class O_Heli_Attack_02_dynamicLoadout_F { quality = 6; price = 250000;};

class B_LSV_01_armed_F { quality = 4; price = 60000; };
class B_T_LSV_01_armed_F { quality = 4; price = 60000; };
class O_T_LSV_02_armed_F { quality = 4; price = 60000; };
class B_LSV_01_armed_F { quality = 4; price = 60000; };
class O_LSV_02_armed_F { quality = 4; price = 60000; };
class B_MRAP_01_hmg_F { quality = 5; price = 65000; };
class I_MRAP_03_hmg_F { quality = 5; price = 65000; };
Expand Down Expand Up @@ -6078,6 +6080,8 @@ class CfgTraderCategories
"Exile_Car_MB4WDOpen",
"B_LSV_01_armed_F",
"O_LSV_02_armed_F",
"B_T_LSV_01_armed_F",
"O_T_LSV_02_armed_F",
"B_MRAP_01_hmg_F",
"I_MRAP_03_hmg_F",
"B_APC_Wheeled_01_cannon_F"
Expand Down

0 comments on commit 9488e5e

Please sign in to comment.