De-scope - Remove unused rover capacity
This commit is contained in:
parent
71c2c09270
commit
d08a15e201
7 changed files with 41 additions and 66 deletions
|
@ -91,9 +91,8 @@ func (w *World) SpawnRover() (uuid.UUID, error) {
|
|||
rover := Rover{
|
||||
Id: uuid.New(),
|
||||
Attributes: RoverAttributes{
|
||||
Range: 5.0,
|
||||
Capacity: 5,
|
||||
Name: "rover",
|
||||
Range: 5.0,
|
||||
Name: "rover",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue