Add repair command to repair using inventory item
This commit is contained in:
parent
7957454ec1
commit
693b8a54f1
7 changed files with 97 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue