henbagle / LE1CommunityPatch

Issue tracker for the Community Patch mod for Mass Effect 1: Legendary Edition
13 stars 0 forks source link

bug related to Noveria: Smuggling #137

Closed praviilon closed 2 years ago

praviilon commented 2 years ago

Describe the bug There is a bug related to Noveria: Smuggling quest. If you decide to keep Opold's package for yourself the package can still be presented to Anoleis for the garage pass and credits. If the Charm / Intimidate option is used during the conversation with Anoleis, a second mod will be added to your inventory. This is an OT bug still present in LE.

henbagle commented 2 years ago

Fixed. This will be included in our next update. Once you tell Opold that you are keeping the package for yourself and the mod is deposited into your inventory, you are no longer able to turn in the mod to Anoleis for the garage pass and credits, or use the charm/intimidate option. This is because the mod is already in your inventory, there is unfortunately no way to remove it from your inventory when you "hand the mod in" to Anoleis.

Conditional F774 and F772 "Check_Can_Tell_Anoleis" and "Check_Can_Give_To_Anoleis" updated to check Bool 7018, so you cannot tell Anoleis about Opold's smuggling if you've already kept the mod for yourself.

Conditional 772 "Check_Can_Give_To_Anoleis" added to R36 in dialogue ice20_anoleis_dlg, replacing Bool 2700. image

Bool 7018 (Kept package for yourself) added to R7 in ice20_opold_dlg to lock off a dialog option where you mention "selling the mod" to Opold when you have in fact kept it for yourself. As far as I am aware this makes this dialog option impossible to ever be chosen, as you only get that dialog route before being ambushed by Inamorda, but I'm not 100% on that. image