mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-26 11:43:54 +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"];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user