1.0.1.5 RC5

+ [CHANGED] Default construction count lowered from 5 to 3.
+ [FIXED] fixed tag friendly system and epoch aura.
+ [CHANGED] some recipes input and construction counts reduced.
This commit is contained in:
vbawol
2013-07-11 11:09:04 -05:00
parent c11e8c47b2
commit d635831074
8 changed files with 85 additions and 75 deletions

View File

@@ -208,7 +208,7 @@ if (_hasrequireditem) then {
cutText [format["Placing %1, move to cancel.",_text], "PLAIN DOWN"];
_limit = 5;
_limit = 3;
if(isNumber (configFile >> "CfgVehicles" >> _classname >> "constructioncount")) then {
_limit = getNumber(configFile >> "CfgVehicles" >> _classname >> "constructioncount");