Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2023-11-18 16:45:31 +01:00
commit c1d42ef10c

View File

@ -22,7 +22,7 @@
-- @module Functional.Mantis -- @module Functional.Mantis
-- @image Functional.Mantis.jpg -- @image Functional.Mantis.jpg
-- --
-- Last Update: Oct 2023 -- Last Update: Nov 2023
------------------------------------------------------------------------- -------------------------------------------------------------------------
--- **MANTIS** class, extends Core.Base#BASE --- **MANTIS** class, extends Core.Base#BASE
@ -1809,7 +1809,7 @@ do
self.Shorad.Groupset=self.ShoradGroupSet self.Shorad.Groupset=self.ShoradGroupSet
self.Shorad.debug = self.debug self.Shorad.debug = self.debug
end end
if self.shootandscoot and self.SkateZones then if self.shootandscoot and self.SkateZones and self.Shorad then
self.Shorad:AddScootZones(self.SkateZones,self.SkateNumber or 3) self.Shorad:AddScootZones(self.SkateZones,self.SkateNumber or 3)
end end
self:__Status(-math.random(1,10)) self:__Status(-math.random(1,10))