mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Consolidate transfusion scripts
Consolidated transfusion and transfusion_noBloodTypes to one script. Selfbloodbag.sqf will never run if DZE_selftransfuse = false; because the right click action is hidden. Total blood quantity is now added in 1/4 increments during self bloodbag as intended instead of all at once.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
- HeliCrashArea --> (getMarkerSize "crashsites") select 1
|
||||
- PVDZE_serverObjectMonitor --> dayz_serverObjectMonitor
|
||||
- r_action_count --> dayz_actionInProgress (now true/false instead of 1/0)
|
||||
- selfTransfusionTime --> player getVariable ["LastTransfusion",0]
|
||||
|
||||
- Duplicate public variables have been renamed:
|
||||
- dayzPlayerLogin --> PVCDZ_plr_Login
|
||||
|
||||
Reference in New Issue
Block a user