Make the dormat rover blocking

This commit is contained in:
Marc Di Luzio 2020-07-19 13:49:43 +01:00
parent 87a9abcd12
commit c637ed37b9

View file

@ -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,
}