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

@@ -53,7 +53,8 @@ switch (_item) do {
};
case "ItemHeatPack": {
player removeMagazine "ItemHeatPack";
dayz_temperatur = (dayz_temperatur + 5) min dayz_temperaturmax;
//dayz_temperatur = (dayz_temperatur + 5) min dayz_temperaturmax;
r_player_warming_heatpack = [true, diag_tickTime];
localize "str_player_27" call dayz_rollingMessages;
};
case "bloodTester": {