Switching to the new manager order flags

develop
Eric Wald 2016-05-14 23:33:38 -06:00
parent 02e0b9e721
commit 8c7d5366c9
1 changed files with 2 additions and 1 deletions

@ -1087,7 +1087,8 @@ function create_orders(order, amount)
new_order.amount_left = amount
new_order.amount_total = amount
-- Todo: Create in a validated state if the fortress is small enough?
new_order.is_validated = 0
new_order.status.validated = false
new_order.status.active = true
df.global.world.manager_orders:insert('#', new_order)
end