Okay, there's a pretty big bug in the game that cuts like all of the gem and elyss content. If you manage to save gem in the kobold contract, then later do the dragoness contract, there's supposed to be a whole slew of content with them together... Except instead of checking for gemAlive, it checks for gemSurvived (which doesn't exist), so it's inaccessible.
If you wanna access it, open the html file in a text editor and replace the single instance of gemSurvived with gemAlive.