elytra fly tweak
This commit is contained in:
@@ -3,7 +3,7 @@ local device = _G.device
|
||||
if not device.neuralInterface then
|
||||
error('Missing neural interface')
|
||||
elseif not device.neuralInterface.getEquipment then
|
||||
error('Missing kinetic augment')
|
||||
error('Missing introspection module')
|
||||
else
|
||||
device.neuralInterface.getEquipment().drop(6)
|
||||
end
|
||||
|
||||
@@ -12,7 +12,7 @@ while true do
|
||||
|
||||
if meta.pitch < 0 then -- looking up
|
||||
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
|
||||
modules.launch(0, 270, 2)
|
||||
|
||||
Reference in New Issue
Block a user