feat: hatchlings

tested that hatchlings now function
fixes #759

Update MovementAIComponent.cpp

Update MovementAIComponent.cpp

Update HatchlingPets.cpp
This commit is contained in:
David Markowitz
2026-06-20 03:07:43 -07:00
parent 7456d6b5c1
commit f2f02d0720
9 changed files with 151 additions and 7 deletions

View File

@@ -1,4 +1,11 @@
add_subdirectory(Hatchlings)
set(DSCRIPTS_SOURCES_02_SERVER_OBJECTS
"AgSurvivalBuffStation.cpp"
"StinkyFishTarget.cpp"
PARENT_SCOPE)
"StinkyFishTarget.cpp")
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_OBJECTS_HATCHLINGS})
set(DSCRIPTS_SOURCES_02_SERVER_OBJECTS ${DSCRIPTS_SOURCES_02_SERVER_OBJECTS} "Hatchlings/${file}")
endforeach()
set(DSCRIPTS_SOURCES_02_SERVER_OBJECTS ${DSCRIPTS_SOURCES_02_SERVER_OBJECTS} PARENT_SCOPE)