|  |  | @@ -589,7 +589,8 @@ | 
		
	
		
			
			|  |  |  | print(["Geta's jaws close like a falling guillotine's blade. You're crushed like an insect. A sharp gulp drags you down to the fox's guts."]); | 
		
	
		
			
			|  |  |  | playSfx("sfx/swallow.ogg"); | 
		
	
		
			
			|  |  |  | changeStat("health", -90); | 
		
	
		
			
			|  |  |  | goToRoom("stomach"); | 
		
	
		
			
			|  |  |  | goToRoom("throat"); | 
		
	
		
			
			|  |  |  | state.player.flags.throatSurrender = true; | 
		
	
		
			
			|  |  |  | return false; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
	
		
			
				|  |  | @@ -846,7 +847,6 @@ | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | playSfx("sfx/swallow.ogg"); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | state.player.flags.throatSurrender = false; | 
		
	
		
			
			|  |  |  | state.player.stats.stamina.hidden = false; | 
		
	
		
			
			|  |  |  | state.player.stats.throatPos.hidden = false; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
	
		
			
				|  |  | @@ -921,7 +921,9 @@ | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | show: [ | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | (room) => { | 
		
	
		
			
			|  |  |  | return !state.player.flags.throatSurrender; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | conditions: [ | 
		
	
		
			
			|  |  |  | 
 | 
		
	
	
		
			
				|  |  | 
 |