From e57c54a2c755454ebc9a0baa1decae08a80f3403 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Thu, 12 Dec 2019 04:59:19 -0600 Subject: [PATCH] Add PV for antibacterial wipe option. --- SQF/dayz_code/init/publicEH.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/init/publicEH.sqf b/SQF/dayz_code/init/publicEH.sqf index 97cee05f7..eb44b0acd 100644 --- a/SQF/dayz_code/init/publicEH.sqf +++ b/SQF/dayz_code/init/publicEH.sqf @@ -255,6 +255,7 @@ if (!isDedicated) then { "PVCDZ_hlt_Transfuse" addPublicVariableEventHandler {(_this select 1) spawn player_medTransfuse; }; "PVCDZ_hlt_PainK" addPublicVariableEventHandler {(_this select 1) call player_medPainkiller}; "PVCDZ_hlt_AntiB" addPublicVariableEventHandler {(_this select 1) call player_medAntiBiotics}; + "PVCDZ_hlt_Wipe" addPublicVariableEventHandler {(_this select 1) call player_medABWipe}; "PVCDZ_OpenTarget_Reset" addPublicVariableEventHandler { OpenTarget_Time = diag_tickTime; }; //reset OpenTarget timer "PVCDZ_plr_Legs" addPublicVariableEventHandler {