NonlinearFruit/ComputerCraftDrafts

Have mover ask for fuel when moving fails

NonlinearFruit opened this issue · 1 comments

Right now the mover silently fails if a move command does not have enough fuel. Instead:

  • Check fuel before moving
  • If fuel is 0, ask for combustible item
  • Wait for keystroke
  • Scan inventory for combustible
  • Consume the combustible
  • Perform movement

Didn't do the scan-y bit. That can wait for a future story