Make the dormat rover blocking
This commit is contained in:
parent
87a9abcd12
commit
c637ed37b9
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ type Object struct {
|
|||
func (o *Object) IsBlocking() bool {
|
||||
var blocking = [...]roveapi.Object{
|
||||
roveapi.Object_RoverLive,
|
||||
roveapi.Object_RoverDormant,
|
||||
roveapi.Object_RockLarge,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue