PC [BUG] Solution in Secret Note #15 does not match actual solution for the Mermaid Show

BlaDe

Farmer
I can confirm the code is 1-5-4-2-3 in the game code
C#:
if (this.lastFiveClamTones.Count == 5 && this.lastFiveClamTones[0] == 0 && this.lastFiveClamTones[1] == 4 && this.lastFiveClamTones[2] == 3 && this.lastFiveClamTones[3] == 1 && this.lastFiveClamTones[4] == 2 && who != null && !who.mailReceived.Contains("gotPearl"))
This is 0 based, so add 1 to the comparison.

The number associated with the clams is set from the map file.
 

MeanyBooters

Newcomer
Thank you so much. I watched the show and then tried the secret note combination but it wasn't working. The shells lit up and made noise but nothing would happen. Found your post and tried that combo and it worked first try. I'm on xbox so no mods.
 
Top