Add bloodbag cooldown

This commit is contained in:
ebaydayz
2016-11-15 13:57:40 -05:00
parent 414fd7e1b7
commit cdb9776d4e
4 changed files with 9 additions and 5 deletions

View File

@@ -614,6 +614,8 @@ if (!isDedicated) then {
dayz_lastMedicalTime = 0;
dayz_lastClothesChange = 0;
dayZ_lastPlayerUpdate = 0;
dayz_lastSelfTransfusion = -(DZE_selfTransfuse_Values select 2);
dayz_lastTransfusion = -(dayz_transfuseCoolDown);
dayz_playerName = "unknown";
dayz_hunger = 0;
dayz_thirst = 0;