Fix self.speedmax for immobile groups

This commit is contained in:
Applevangelist
2024-03-16 12:37:11 +01:00
parent b10819220c
commit 3389d3284a
3 changed files with 3 additions and 0 deletions

View File

@@ -1804,6 +1804,7 @@ function NAVYGROUP:_InitGroup(Template)
self.isMobile=true
else
self.isMobile=false
self.speedMax = 0
end
-- Cruise speed: 70% of max speed.