quantity := *hold - (addr[UnusedCargo] + addr[Cloaks] + addr[Edens])
total_price := quantity * absolute_price
other[Hold] = 0
quantity := *hold - (addr[UnusedCargo] + addr[Cloaks] + addr[Edens])
total_price := quantity * absolute_price
other[Hold] = 0
UpdateCell(table, my_index, EncodeIndex(dims, other), -total_price)
UpdateCell(table, my_index, EncodeIndex(dims, other), -total_price)
}
func FillCellByMisc(data planet_data, dims []int, table []State, addr []int) {
}
func FillCellByMisc(data planet_data, dims []int, table []State, addr []int) {