mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 18:21:50 +03:00
Temperature badges + heatpack changes + some translation fixes
Vanilla development commit:
e89176d565
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user