Darwin-River / Ex-Machinis

Ex Machinis is a multiplayer space game in which players program fleets of remotely-piloted spacecraft to trade and manufacture goods and materials for profit.
4 stars 0 forks source link

Create FOTRH import command that checks cargo hold first #234

Closed darozak closed 2 years ago

darozak commented 2 years ago

I need to create an import command for the drop station that will only initiate an import if:

  1. The drone has an unlocked import station.
  2. The drone doesn't have too much of the requested resource.
  3. The drone has enough cargo space to accommodate the new import.
darozak commented 2 years ago

I'll be addressing this issue as part of https://github.com/Darwin-River/Ex-Machinis/issues/236.