Skip to content

Commit

Permalink
Avoid detction of objects in hideout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Apr 30, 2022
1 parent 65c8999 commit ca12f57
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ private _notEnterable = [];
_x isKindOf "Lamps_base_F" ||
{_x isKindOf "PowerLines_Small_base_F"} ||
{_x isKindOf "PowerLines_Wires_base_F"} ||
{_x isKindOf "Wall"}
{_x isKindOf "Wall"} ||
{_x isKindOf "Camping_base_F"} ||
{_x isKindOf "Land_Campfire_F"} ||
{_x isKindOf "Land_MetalBarrel_empty_F"} ||
{_x isKindOf "FlagCarrierCore"} ||
{_x isKindOf "Scrapyard_base_F"} ||
{_x isKindOf "Shelter_base_F"}
) then {continue;};
_notEnterable pushBack _x;
} else {
Expand Down

0 comments on commit ca12f57

Please sign in to comment.