Add repair command to repair using inventory item

This commit is contained in:
Marc Di Luzio 2020-06-27 01:35:09 +01:00
parent 7957454ec1
commit 693b8a54f1
7 changed files with 97 additions and 5 deletions

View file

@ -1,9 +1,14 @@
package game
const (
// Moves the rover in the chosen bearing
CommandMove = "move"
// Will attempt to stash the object at the current location
CommandStash = "stash"
// Will attempt to repair the rover with an inventory object
CommandRepair = "repair"
)
// Command represends a single command to execute