elytra fly tweak
This commit is contained in:
@@ -3,7 +3,7 @@ local device = _G.device
|
|||||||
if not device.neuralInterface then
|
if not device.neuralInterface then
|
||||||
error('Missing neural interface')
|
error('Missing neural interface')
|
||||||
elseif not device.neuralInterface.getEquipment then
|
elseif not device.neuralInterface.getEquipment then
|
||||||
error('Missing kinetic augment')
|
error('Missing introspection module')
|
||||||
else
|
else
|
||||||
device.neuralInterface.getEquipment().drop(6)
|
device.neuralInterface.getEquipment().drop(6)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ while true do
|
|||||||
|
|
||||||
if meta.pitch < 0 then -- looking up
|
if meta.pitch < 0 then -- looking up
|
||||||
modules.launch(meta.yaw, meta.pitch, -meta.pitch / 22.5)
|
modules.launch(meta.yaw, meta.pitch, -meta.pitch / 22.5)
|
||||||
--Sound.play('entity.bobber.throw')
|
Sound.play('entity.bobber.throw')
|
||||||
|
|
||||||
elseif meta.motionY < -0.5 then -- falling fast
|
elseif meta.motionY < -0.5 then -- falling fast
|
||||||
modules.launch(0, 270, 2)
|
modules.launch(0, 270, 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user