fix: ship send without any planets left
This commit is contained in:
@@ -167,3 +167,7 @@ func NewSendShipHasNoDrivesError(arg ...any) error {
|
||||
func NewSendUnreachableDestinationError(arg ...any) error {
|
||||
return newGenericError(ErrSendUnreachableDestination, arg...)
|
||||
}
|
||||
|
||||
func NewSendShipOwnerHasNoPlanetsError(arg ...any) error {
|
||||
return newGenericError(ErrSendShipOwnerHasNoPlanets, arg...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user