Skip to content
8 changes: 7 additions & 1 deletion scripts/HP_SlotRegistry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ end
if HP_WorldFollow == nil and source ~= nil then
source((g_currentModDirectory or "") .. "scripts/HP_WorldFollow.lua")
end
if HP_WorldObstacleAwareness == nil and source ~= nil then
source((g_currentModDirectory or "") .. "scripts/HP_WorldObstacleAwareness.lua")
end
if HP_WorldObstacleTurnEscape == nil and source ~= nil then
source((g_currentModDirectory or "") .. "scripts/HP_WorldObstacleTurnEscape.lua")
end
if HP_WorldMovementProbe == nil and source ~= nil then
source((g_currentModDirectory or "") .. "scripts/HP_WorldMovementProbe.lua")
end
Expand All @@ -189,4 +195,4 @@ if HP_WorldMovementProbeDelta == nil and source ~= nil then
end
if HP_WorldWorkerInput == nil and source ~= nil then
source((g_currentModDirectory or "") .. "scripts/HP_WorldWorkerInput.lua")
end
end
Loading