department_orders

Vars | |
dep_groups | which groups this computer can order from |
---|---|
department_delivery_areas | where this computer expects deliveries to need to go, passed onto orders. it will see if the FIRST one exists, then try a fallback. if no fallbacks it throws an error |
department_order | reference to the order we've made UNTIL it gets sent on the supply shuttle. this is so heads can cancel it |
on_cooldown | If this departmental order console currently is on cooldown. |
override_access | access required to override an order - this should be a head of staff for the department |
radio | Our radio object we use to talk to our department. |
radio_channel | The radio channel we will speak into by default. |
radio_key_typepath | The radio key typepath that will be instantiated and inserted into our radio. |
Procs | |
finalize_department_order | signal when the supply shuttle begins to spawn orders. we forget the current order preventing it from being overridden (since it's already past the point of no return on undoing the order) |
Var Details
dep_groups

which groups this computer can order from
department_delivery_areas

where this computer expects deliveries to need to go, passed onto orders. it will see if the FIRST one exists, then try a fallback. if no fallbacks it throws an error
department_order

reference to the order we've made UNTIL it gets sent on the supply shuttle. this is so heads can cancel it
on_cooldown

If this departmental order console currently is on cooldown.
override_access

access required to override an order - this should be a head of staff for the department
radio

Our radio object we use to talk to our department.
radio_channel

The radio channel we will speak into by default.
radio_key_typepath

The radio key typepath that will be instantiated and inserted into our radio.
Proc Details
finalize_department_order
signal when the supply shuttle begins to spawn orders. we forget the current order preventing it from being overridden (since it's already past the point of no return on undoing the order)