Update EPOCH_maintainIT.sqf

This commit is contained in:
He-Man 2016-08-05 20:47:13 +02:00 committed by GitHub
parent 028e0e3495
commit 11a92e2b56

View File

@ -31,8 +31,8 @@ if (EPOCH_playerCrypto > 0) then {
_maintainCount = {(damage _x) > 0} count nearestObjects[_this, ["Constructions_static_F","Constructions_foundation_F","Buildable_Storage","Constructions_lockedstatic_F"], _buildingJammerRange];
if (_maintainCount > 0) then {
if (EPOCH_playerCrypto < _maintainCount) then {
_maintainCount = EPOCH_playerCrypto;
if (EPOCH_playerCrypto < _maintainCount) exitwith {
[format ["You need %1 Krypto to maintain your base.",_maintainCount], 5] call Epoch_message;
};
_rnd = format ["rmx_var_temp%1%2",floor random 100, selectRandom ["A","B","C","D","E","F"]];