mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
increase range for inventory access
This commit is contained in:
parent
42fc098feb
commit
d8b0b8d6f3
@ -14,7 +14,7 @@
|
||||
*/
|
||||
closeDialog 0;
|
||||
if (!isNull cursorTarget) then {
|
||||
_vehicles = player nearEntities[["LandVehicle", "Ship", "Air", "Tank"], 6];
|
||||
_vehicles = player nearEntities[["LandVehicle", "Ship", "Air", "Tank"], 25];
|
||||
if (cursorTarget in _vehicles) then {
|
||||
player action["Gear", cursorTarget];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user