Minor changes
This commit is contained in:
		| @@ -70,6 +70,8 @@ local aoepickup = require("Cyka.aoepickup") | ||||
| require("Cyka.xpticker") | ||||
| require("Cyka.zoom") | ||||
|  | ||||
| -- TODO: Keybind fabricator / medical fabricator / deconstructor on the sub | ||||
|  | ||||
| print(MyModGlobal.MOD_NAME .. " v" .. MyModGlobal.MOD_VERSION .. " loaded!") | ||||
|  | ||||
| -- Register necessary types and make fields accessible | ||||
|   | ||||
| @@ -129,7 +129,7 @@ local function tryAoePickup() | ||||
| 		return | ||||
| 	end | ||||
|  | ||||
| 	local distanceThreshold = 500 | ||||
| 	local distanceThreshold = 2000 | ||||
| 	local characterPos = character.WorldPosition | ||||
| 	local nearbyItems = getNearbyItems(characterPos, distanceThreshold) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user