Henne / Bright-Eyes

"Bright Eyes" is a variation of DOSBox with customized support for the CRPG "Das schwarze Auge 1 - Schicksalsklinge"
GNU General Public License v2.0
19 stars 7 forks source link

M302de: Original Bugfix: Only get one golden key from chest on the sh… #48

Closed mirbo closed 7 years ago

mirbo commented 7 years ago

…ip of the dead.

After getting the extra loot from the chest (original bugfix in DNG01_chest6_x1()) the function for handling special chests will call DNG01_chest6_x3() instead of DNG01_chest6_x1(), if the player tries to open the chest again. This will give him another golden key and the same message box that will be displayed the first time the chest is opened. As a possible solution, I added a check for DNG01_KEY_TAKEN and a message, that the chest is now empty.