Stop the dormant rover from being a blocking object
This commit is contained in:
parent
2f1ccdfdb9
commit
524487ce14
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ type Object struct {
|
||||||
func (o *Object) IsBlocking() bool {
|
func (o *Object) IsBlocking() bool {
|
||||||
var blocking = [...]roveapi.Object{
|
var blocking = [...]roveapi.Object{
|
||||||
roveapi.Object_RoverLive,
|
roveapi.Object_RoverLive,
|
||||||
roveapi.Object_RoverDormant,
|
|
||||||
roveapi.Object_RockLarge,
|
roveapi.Object_RockLarge,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue