fixes part 2

This commit is contained in:
vbawol
2013-06-22 08:38:44 -05:00
parent 181d4b7806
commit 8c44e03df3
4 changed files with 9 additions and 14 deletions

View File

@@ -22,12 +22,8 @@ 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"];
cutText ["You are overburdened.", "PLAIN DOWN"];
};