From 1d00c8e1b060ee70f72aa788c06bff70788a5e07 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Tue, 23 Jul 2019 23:25:00 +0200 Subject: [PATCH] Missed one Unsung helipad in objectInit --- Missionframework/kp_objectInits.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Missionframework/kp_objectInits.sqf b/Missionframework/kp_objectInits.sqf index 6b809c91..a2665f43 100644 --- a/Missionframework/kp_objectInits.sqf +++ b/Missionframework/kp_objectInits.sqf @@ -7,7 +7,7 @@ KPLIB_objectInits = [ [["Flag_White_F"], {_this setFlagTexture "res\flag_kp_co.paa";}], // Add helipads to zeus, as they can't be recycled after built - [["Land_HelipadSquare_F", "Land_HelipadCircle_F", "Land_HelipadRescue_F", "Helipad", "LAND_uns_evac_pad", "LAND_uns_Heli_H"], {{[_x, [[_this], true]] remoteExecCall ["addCuratorEditableObjects", 2]} forEach allCurators;}], + [["Land_HelipadSquare_F", "Land_HelipadCircle_F", "Land_HelipadRescue_F", "LAND_uns_Heli_pad", "Helipad", "LAND_uns_evac_pad", "LAND_uns_Heli_H"], {{[_x, [[_this], true]] remoteExecCall ["addCuratorEditableObjects", 2]} forEach allCurators;}], // Add ViV action to FOB box [[FOB_box_typename], {_this call F_setFobMass; [_this] remoteExecCall ["F_setLoadableViV", 0, _this];}],