From 2fe8f08adffa4d3690f73ab529d289b3e1e87bec Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Sat, 7 Oct 2017 12:11:01 -0500 Subject: [PATCH] add halloween and rad masks to ah --- Sources/epoch_server/init/server_securityfunctions.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_server/init/server_securityfunctions.sqf b/Sources/epoch_server/init/server_securityfunctions.sqf index 7e3cc634..6aa11bdd 100644 --- a/Sources/epoch_server/init/server_securityfunctions.sqf +++ b/Sources/epoch_server/init/server_securityfunctions.sqf @@ -1951,7 +1951,7 @@ _skn_admincode = compileFinal (" }forEach _attachments; }; if (_this == 70) then { - _headgear = ['wolf_mask_epoch','pkin_mask_epoch','clown_mask_epoch']; + _headgear = ['wolf_mask_epoch','pkin_mask_epoch','clown_mask_epoch','hockey_mask_epoch','plague_mask_epoch','ghostface_mask_epoch','skull_mask_epoch','witch_mask_epoch','radiation_mask_epoch']; for '_h' from 1 to 104 do { _headgear pushBack format['H_%1_EPOCH',_h];