pjf / masterwork-dwarf-fortress

Patches and bugfixes applied to Meph's amazing Masterwork Dwarf Fortress
33 stars 22 forks source link

Charcoal batch from wood planks missing reaction class. #146

Closed PaulMaynard closed 10 years ago

PaulMaynard commented 10 years ago

This reaction is missing the [REACTION_CLASS:IS_WOOD] token, so dwarves will burn any bocks, not just wood.

[REACTION:CHARCOAL2_BURNING]
[NAME:Batch of charcoal - wood planks(6)]
[BUILDING:BLAST_FURNACE:CUSTOM_SHIFT_K]
[BUILDING:BLAST_FURNACE_MAGMA:CUSTOM_SHIFT_K]
[REAGENT:A:6:BLOCKS:NO_SUBTYPE:PLANT_MAT:NONE:WOOD]
[PRODUCT:100:6:BAR:NO_SUBTYPE:COAL:COKE]
[PRODUCT_DIMENSION:150]
    [PRODUCT:50:2:BAR:NO_SUBTYPE:ASH:NO_MATGLOSS][PRODUCT_DIMENSION:150]
   YESDUST[PRODUCT:100:1:BOULDER:NONE:INORGANIC:SMOKE][PRODUCT_DIMENSION:150]
[PRODUCT:0:1:BOULDER:NONE:INORGANIC:ANNOUNCEMENT_BATCHCOKE]
[SKILL:SMELT]

Forum post

PaulMaynard commented 10 years ago

Fixed

pjf commented 10 years ago

Fixed but not yet merged, so keeping open until we do that. :)

PaulMaynard commented 10 years ago

Right, sorry.

pjf commented 10 years ago

Right, sorry.

Stop it! No apologies. Pretend you're an Australian politician or something! :)

(I'm seriously swamped with work which is why I'm behind, I'm hoping to use MWDF merging as my break-time!)

PaulMaynard commented 10 years ago

I'm not Australian though! (But I suppose American ones are just as bad.) Also, how do you do that quote thing?

pjf commented 10 years ago

Also, how do you do the quote thing

You start a line with a greater-than, and then copy and paste.

> Also, how do you do the quote thing

You start a line with a greater-than, and then copy and paste.
PaulMaynard commented 10 years ago

Thanks! I should probably read the guide sometime.