better flying

This commit is contained in:
kepler155c@gmail.com
2019-02-14 11:06:54 -05:00
parent 68997b28a0
commit 152bb35cde
4 changed files with 24 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ local device = _G.device
if not device.neuralInterface then
error('Missing neural interface')
elseif device.neuralInterface.getEquipment then
elseif not device.neuralInterface.getEquipment then
error('Missing kinetic augment')
else
device.neuralInterface.getEquipment().drop(6)