[#bugs] There appears to be a mistake in XRL.World.ZoneBuilders.Village.generateApothecary():

Issue #12558 new
Ashe created an issue

<books> There appears to be a mistake in XRL.World.ZoneBuilders.Village.generateApothecary():

apothecary.Statistics["Intelligence"].BaseValue = Math.Max(apothecary.Stat("Intelligence"), 15);
apothecary.Statistics["Intelligence"].BaseValue = Math.Max(apothecary.Stat("Toughness"), 15); // should set Toughness instead?

Comments (1)

  1. Log in to comment