Attnam / ivan

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

Mellis trade broken vial into bottle iso vial #497

Closed ryfactor closed 5 years ago

ryfactor commented 5 years ago

https://attnam.com/posts/29414

AquariusPower commented 5 years ago

I think this may fix it at miscitem.cpp:

item* brokenbottle::BetterVersion() const
{
  return potion::Spawn(GetConfig());
}

the config was missing