mirror of
https://github.com/weyne85/MIST.git
synced 2025-10-29 16:56:32 +00:00
Not sure if this is a bug...
Not sure if this is a bug
This commit is contained in:
parent
a8b7e5eb6c
commit
d636f64cbd
2
mist.lua
2
mist.lua
@ -3919,7 +3919,7 @@ mist.groupRandomDistSelf = function(gpData, dist, form, heading, speed)
|
||||
local pos = mist.getLeadPos(gpData)
|
||||
local fakeZone = {}
|
||||
fakeZone.radius = dist or math.random(300, 1000)
|
||||
fakeZone.point = {x = pos.x, y, pos.y, z = pos.z}
|
||||
fakeZone.point = {x = pos.x, y = pos.y, z = pos.z}
|
||||
mist.groupToRandomZone(gpData, fakeZone, form, heading, speed)
|
||||
|
||||
return
|
||||
|
||||
@ -3919,7 +3919,7 @@ mist.groupRandomDistSelf = function(gpData, dist, form, heading, speed)
|
||||
local pos = mist.getLeadPos(gpData)
|
||||
local fakeZone = {}
|
||||
fakeZone.radius = dist or math.random(300, 1000)
|
||||
fakeZone.point = {x = pos.x, y, pos.y, z = pos.z}
|
||||
fakeZone.point = {x = pos.x, y = pos.y, z = pos.z}
|
||||
mist.groupToRandomZone(gpData, fakeZone, form, heading, speed)
|
||||
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user