Temperature badges + heatpack changes + some translation fixes

Vanilla development commit:

e89176d565
This commit is contained in:
ebaydayz
2016-07-03 12:01:32 -04:00
parent cc2918989e
commit 452ce57618
13 changed files with 69 additions and 28 deletions

View File

@@ -328,6 +328,16 @@ r_antiD_done = false;
carryClick = false;
dayz_workingInprogress = false;
//player warming up vars
//heatpack
r_player_warming_heatpack = [false, 0];
r_player_warming_heatpack_time = 600;
//displays temp progress
r_player_temp_factor = 0; //to be used for temp(up/down) indicators
r_player_temp_min_factor = -0.04; //(lvl3 down arrow)
r_player_temp_max_factor = 0.04; //(lvl3 up arrow)
//INT Nutrition Info
r_player_Nutrition = 0; // Calories
r_player_nutritionMuilpty = 2;