mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
weight fixes
This commit is contained in:
@@ -22,12 +22,9 @@ R3F_TIRED_FNCT_Voile_Noir = {
|
||||
};
|
||||
|
||||
};
|
||||
R3F_TIRED_FNCT_WarnBeforeBlackout = {
|
||||
[player,0.1] call fnc_usec_damageUnconscious;
|
||||
cutText ["You are over burdened.", "PLAIN DOWN"];
|
||||
};
|
||||
R3F_TIRED_FNCT_DoBlackVanish = {
|
||||
[player,0.1] call fnc_usec_damageUnconscious;
|
||||
cutText ["You are over burdened.", "PLAIN DOWN"];
|
||||
[_refObj,"scream",3,false] call dayz_zombieSpeak;
|
||||
cutText ["You are overburdened.", "PLAIN DOWN"];
|
||||
};
|
||||
|
||||
|
||||
@@ -1573,7 +1573,7 @@ class CfgWeight
|
||||
class TrashTinCan
|
||||
{
|
||||
weight = 0.003;
|
||||
};
|
||||
};
|
||||
class FoodCanUnlabeledEmpty
|
||||
{
|
||||
weight = 0.003;
|
||||
|
||||
Reference in New Issue
Block a user