pjf / masterwork-dwarf-fortress

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

Items made from bars are three times as expensive as they should be #119

Open pjf opened 10 years ago

pjf commented 10 years ago

See this thread for details.

Verification of what reactions this affects would be good (presume weapons and armour, but does it make a difference to furniture and other things made from bars?), as would checking to see what happens with melting reactions (does a MATERIAL_SIZE:9 item melt to three bars, or nine?).

If there's any confirmation if change was intentional on Toady's behalf then that would also be nice. If the behaviour is changing back in DF2014 that may influence our response to it.

This can be fixed with a simple script to find all MATERIAL_SIZE tokens and divide them by three. That is a very simple matter of code.