Skip to content

Commit

Permalink
Add: 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Mar 3, 2018
1 parent 8f75e4d commit 18ba6c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/def/mission.sqf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

private ["_p_civ_veh","_p_db","_p_en","_hideout_n","_cache_info_def","_cache_info_ratio","_info_chance","_p_rep","_p_skill","_c_array","_tower","_p_civ","_rearming_vehicles","_vehicles","_magazines","_p_city_radius","_magazines_static","_static","_rearming_static","_magazines_clean","_weapons_usefull","_magazines_static_clean","_p_en_AA","_p_ied_spot"];

btc_version = 1.173;
diag_log format ["=BTC= HEARTS AND MINDS VERSION %1.8", btc_version];
btc_version = 1.18;
diag_log format ["=BTC= HEARTS AND MINDS VERSION %1.0", btc_version];

//Param
//<< Time options >>
Expand Down
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/doc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ player createDiaryRecord [_MainCategory, [(localize "STR_BTC_HAM_DOC_INTERACTION

//Version
player createDiaryRecord [_MainCategory, [(localize "STR_BTC_HAM_DOC_VERSION_TITLE"),
format ["<img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/> Version %1.8 <img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/>", btc_version]
format ["<img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/> Version %1.0 <img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/>", btc_version]
]
];
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</p>

<p align="center">
<a href="https://github.com/Vdauphin/HeartsAndMinds/releases/tag/1.17.8">
<img src="https://img.shields.io/badge/Version-1.17.8-blue.svg?style=flat-square" alt="H&M Version">
<a href="https://github.com/Vdauphin/HeartsAndMinds/releases/tag/1.18">
<img src="https://img.shields.io/badge/Version-1.18-blue.svg?style=flat-square" alt="H&M Version">
</a>
<a href="https://github.com/Vdauphin/HeartsAndMinds/releases">
<img src="https://img.shields.io/github/downloads/Vdauphin/HeartsAndMinds/total.svg?style=flat-square&label=Downloads" alt="H&M Downloads">
Expand Down

0 comments on commit 18ba6c8

Please sign in to comment.