From 1c5ca41f35030ba79e254f15f55664a6ba58601a Mon Sep 17 00:00:00 2001 From: He-Man Date: Wed, 14 Nov 2018 19:41:26 +0100 Subject: [PATCH] Helper for JailWall --- Sources/epoch_code/compile/building/EPOCH_staticMove.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf b/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf index 9a410b6a..17e569fe 100644 --- a/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf @@ -134,7 +134,7 @@ if (_class != "") then { _AnchorPos = []; _helper = objnull; - if (typeof EPOCH_target in ["CinderWallHalf_Ghost_EPOCH","WoodLargeWall_Ghost_EPOCH"]) then { + if (typeof EPOCH_target in ["CinderWallHalf_Ghost_EPOCH","WoodLargeWall_Ghost_EPOCH","JailWall_Ghost_EPOCH"]) then { _helper = "Sign_Arrow_Direction_Yellow_F" createVehicleLocal (getpos EPOCH_target); _helper attachto [EPOCH_target, [0, -0.5, 1]]; _helper setdir 180;