Lost-Outpost / lost-legacy

39 stars 7 forks source link

Dragonbone rapier recipe bug #101

Closed Hukkatsu closed 10 months ago

Hukkatsu commented 1 year ago

Dragonbone rapier recipe incorrectly checks that the player does not have the dragon smithing perk instead of checking that they do have it leading to an unintuitive crafting process. This is due to an incorrect setting in MLU - Animated Armory Patch.esp.

Fix: In MLU - animated armory patch.esp edit condition #2 (Subject.HasPerk(DragonArmor...)) comparison value from 0 to 1. 72065C4D RecipeWeaponDragonboneRapier

image

GreatPadinski commented 10 months ago

Fixed in the next build, thanks!