weight fixes

This commit is contained in:
vbawol
2013-06-27 19:27:13 -05:00
parent 80c937a812
commit cc91ff117a
35 changed files with 154 additions and 257 deletions

View File

@@ -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"];
};

View File

@@ -1573,7 +1573,7 @@ class CfgWeight
class TrashTinCan
{
weight = 0.003;
};
};
class FoodCanUnlabeledEmpty
{
weight = 0.003;