Skip to content

Commit

Permalink
Merge pull request #456 from Vdauphin/FIX-remove_everybody_disarm
Browse files Browse the repository at this point in the history
FIX: Remove everybody can disarm IED option in mission parameters
  • Loading branch information
Vdauphin committed Dec 30, 2017
2 parents f7d2904 + 3afc9df commit edda514
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/def/mission.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ _p_civ_veh = "btc_p_civ_veh" call BIS_fnc_getParamValue;

//<< IED options >>
btc_p_ied = ("btc_p_ied" call BIS_fnc_getParamValue)/2;
ace_explosives_RequireSpecialist = ("btc_p_engineer" call BIS_fnc_getParamValue) isEqualTo 0;

//<< Hideout/Cache options >>
_hideout_n = "btc_p_hideout_n" call BIS_fnc_getParamValue;
Expand Down
6 changes: 0 additions & 6 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/def/param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ class Params {
texts[]={"Off","Low","Normal","High"};
default = 2;
};
class btc_p_engineer {
title = " Everybody can disarm IED:";
values[]={0,1};
texts[]={"Off","On"};
default = 0;
};
class btc_p_hideout_cache_title {
title = "<< Hideout/Cache options >>";
values[]={0};
Expand Down

0 comments on commit edda514

Please sign in to comment.