Stop the dormant rover from being a blocking object

This commit is contained in:
Marc Di Luzio 2020-07-24 19:27:54 +01:00
parent 2f1ccdfdb9
commit 524487ce14

View file

@ -17,7 +17,6 @@ type Object struct {
func (o *Object) IsBlocking() bool {
var blocking = [...]roveapi.Object{
roveapi.Object_RoverLive,
roveapi.Object_RoverDormant,
roveapi.Object_RockLarge,
}