1.0 Tobacco Harvest Results in No Tobacco

Discussion in 'Bugs' started by dtolman, Nov 3, 2016.

  1. dtolman

    dtolman Member

    Tobacco harvests don't actually result in... you know... Tobacco.

    Searched the script files.
    There is a mistake in the crops.edb file
    Line 852 reads: outputCommodity = "crate_of_tobacco_leaves",
    it should read (I believe)
    outputCommodity = "bushel_of_tobacco_leaf",

    EDIT: Tried making the change to outputCommodity - still no good. Missing something here...
     
    Last edited: Nov 3, 2016
    Exile likes this.
  2. Naffarin

    Naffarin Bureaucrat-Inspector Exemplar of The Empire

    It is the right solution but you have to demolish the farm and build it fresh, because farm.go takes cropdata from its internal state at state.cropData = EntityDB[ state.cropEntityName ]
     
    dtolman and Exile like this.
  3. dbaumgart

    dbaumgart Art Director Staff Member

    (Fixed in dev btw!)
     
    Exile and dtolman like this.