shuttle

Vars | |
chef_groceries | Queued supplies to be purchased for the chef |
---|---|
has_purchase_shuttle_access | A list of job accesses that are able to purchase any shuttles |
orderhistory | A listing of previously delivered supply packs |
requestlist | Wishlist items made by crew for cargo to purchase at their leisure |
shoppinglist | Queued supply packs to be purchased |
shuttle_insurance | If the event happens where the crew can purchase shuttle insurance, catastrophe can't run. |
supply_packs | All of the possible supply packs that can be purchased by cargo |
Procs | |
canEvac | Check if we can call the evac shuttle. Returns TRUE if we can. Otherwise, returns a string detailing the problem. |
Var Details
chef_groceries

Queued supplies to be purchased for the chef
has_purchase_shuttle_access

A list of job accesses that are able to purchase any shuttles
orderhistory

A listing of previously delivered supply packs
requestlist

Wishlist items made by crew for cargo to purchase at their leisure
shoppinglist

Queued supply packs to be purchased
shuttle_insurance

If the event happens where the crew can purchase shuttle insurance, catastrophe can't run.
supply_packs

All of the possible supply packs that can be purchased by cargo
Proc Details
canEvac
Check if we can call the evac shuttle. Returns TRUE if we can. Otherwise, returns a string detailing the problem.