Attnam / ivan

Iter Vehemens ad Necem - a continuation of the graphical roguelike by members of http://attnam.com
GNU General Public License v2.0
297 stars 42 forks source link

Sandstone stone can be dismantled into a sandstone stone #572

Open Coolthulhu opened 4 years ago

Coolthulhu commented 4 years ago

Stones can be dismantled, but the result will often be a stone too. Sounds like the intent is "do not dismantle things that would be dismantled into themselves", but the check is just for lumps and sticks, not something like if(SimulateResults(recipe).Type == ingredient).

AquariusPower commented 4 years ago

raw/basic materials: stones, sticks, lumps could be blocked from dismantling with a message to use the split feature instead