Legion/Cohort Database

- moved to individual classes
This commit is contained in:
Frank
2026-06-17 09:00:17 +02:00
parent 8b356f0913
commit aab16dd966
8 changed files with 18 additions and 6 deletions
+3
View File
@@ -73,6 +73,9 @@ function FLOTILLA:New(TemplateGroupName, Ngroups, FlotillaName)
-- Get initial ammo.
self.ammo=self:_CheckAmmo()
-- Add cohort to DB
_DATABASE:AddCohort(self)
return self
end