Open AmProsius opened 1 year ago
Describe the bug The player doesn't lose 10 ore if he chooses to give Aleph ore for the first time in order to get information.
Expected behavior The player now correctly loses 10 ore if he chooses to give Aleph ore for the first time in order to get information.
Additional context Similar to #300. Bug provided by Fawkes-dev.
https://github.com/AmProsius/gothic-1-community-patch/blob/f67dc46cd35cd107f15a9ce8ff2c22e330d8221d/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_VLK_585_Aleph.d#L112
changed to
B_GiveInvItems (other, self, ItMiNugget, 10);
Describe the bug The player doesn't lose 10 ore if he chooses to give Aleph ore for the first time in order to get information.
Expected behavior The player now correctly loses 10 ore if he chooses to give Aleph ore for the first time in order to get information.
Additional context Similar to #300. Bug provided by Fawkes-dev.