SEAD - Slightly wider escape radius

This commit is contained in:
Applevangelist 2021-11-13 19:11:25 +01:00
parent c1f22aa556
commit e7fdcf0db4

View File

@ -333,7 +333,7 @@ function SEAD:HandleEventShot( EventData )
grp:EnableEmission(false)
end
grp:OptionAlarmStateGreen() -- needed else we cannot move around
grp:RelocateGroundRandomInRadius(20,300,false,false,"Diamond")
grp:RelocateGroundRandomInRadius(20,500,false,false,"Diamond")
if self.UseCallBack then
local object = self.CallBack
object:SeadSuppressionStart(grp,name)