May as well have a general thread to note things.
If you are not in the new challenge path, the Mer-Kin Temple is
We currently detect the following adventure failures:
	
	
	
		
In the challenge path, the Temple has three doors:
- left for the gladiator boss =
- right for the scholar boss =
- center for Her Naughtiness =
I recall the failure-to-enter messages were different.
I also notice that we do not log the adventure location in the session log; just the unrecognized URL.
For example:
	
	
	
		
	
	
	
		
	
	
	
		
adventures.txt has this:
	
	
	
		
Do we want each door to resolve into "Mer-Kin Temple"?
What does KoL show as the Last Adventure in the charpane?
				
			If you are not in the new challenge path, the Mer-Kin Temple is
sea_merkin.php?action=temple.We currently detect the following adventure failures:
		Code:
	
	    // Looks like you've gotta be somebody special to get in there.
    // Even as High Priest of the Mer-kin, they're not gonna let you in dressed like this.
    // Even as the Champion of the Mer-kin Colosseum, they're not gonna let you in dressed like
    // this.
    // The temple is empty.
	In the challenge path, the Temple has three doors:
- left for the gladiator boss =
sea_merkin.php?action=temple&subaction=left- right for the scholar boss =
sea_merkin.php?action=temple&subaction=right- center for Her Naughtiness =
sea_merkin.php?action=temple&subaction=centerI recall the failure-to-enter messages were different.
I also notice that we do not log the adventure location in the session log; just the unrecognized URL.
For example:
		Code:
	
	sea_merkin.php?action=temple&subaction=right
Encounter: They've Got Fun and Games
Took choice 710/1: Enter.
choice.php?pwd&whichchoice=710&option=1
Encounter: They've Got Everything You Want
Took choice 711/1: Drink.
choice.php?pwd&whichchoice=711&option=1
Encounter: Honey, They Know the Names
You acquire an effect: More Like a Suckrament (1)
Took choice 712/1: IÄ YOG-URT!
choice.php?pwd&whichchoice=712&option=1
Encounter: Yog-Urt, Elder Goddess of Hatred
	
		Code:
	
	sea_merkin.php?action=temple&subaction=left
Encounter: In The Temple of Violence, Shine Like Thunder
Took choice 706/1: Enter the Temple
choice.php?pwd&whichchoice=706&option=1
Encounter: Flex Your Pecs in the Narthex
Took choice 707/1: Receive the Blessing of Shub-Jigguwat
choice.php?pwd&whichchoice=707&option=1
Encounter: Don't Falter at the Altar
You acquire an effect: Jiggu... What? (1)
Took choice 708/1: Summon Shub-Jigguwat
choice.php?pwd&whichchoice=708&option=1
Encounter: Shub-Jigguwatt, Elder God of Violence
	
		Code:
	
	sea_merkin.php?action=temple&subaction=center
Encounter: The Nautical Seaceress
	adventures.txt has this:
		Code:
	
	# Shub-Jigguwatt/Yog-Urt/Dad
The Mer-Kin Deepcity    adventure=207    DiffLevel: unknown Env: underwater    Mer-kin Elementary School
The Mer-Kin Deepcity    adventure=208    DiffLevel: unknown Env: underwater    Mer-kin Library
The Mer-Kin Deepcity    adventure=209    DiffLevel: unknown Env: underwater    Mer-kin Gymnasium
The Mer-Kin Deepcity    adventure=210    DiffLevel: unknown Env: underwater    Mer-kin Colosseum
The Mer-Kin Deepcity    sea_merkin=temple    DiffLevel: unknown Env: underwater overdrunk    Mer-kin Temple
	Do we want each door to resolve into "Mer-Kin Temple"?
What does KoL show as the Last Adventure in the charpane?