Add Antibacterial wipe option

This commit is contained in:
worldwidesorrow
2019-12-12 04:54:46 -06:00
committed by GitHub
parent 61ff2b3c61
commit 3adea80c34

View File

@@ -108,6 +108,11 @@ call {
_owner publicVariableClient "PVCDZ_hlt_AntiB";
};
if (_variable == "AntiBacterialWipe") exitWith {
PVCDZ_hlt_Wipe = _arraytosend;
_owner publicVariableClient "PVCDZ_hlt_Wipe";
};
if (_variable == "Legs") exitWith {
PVCDZ_plr_Legs = _arraytosend;
_owner publicVariableClient "PVCDZ_plr_Legs";