|  |  | @@ -51439,7 +51439,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | back: { | 
		
	
		
			
			|  |  |  | height: math.unit(6, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(350, "lb"), | 
		
	
		
			
			|  |  |  | weight: math.unit(450, "lb"), | 
		
	
		
			
			|  |  |  | name: "Back", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/siz/back.svg", | 
		
	
	
		
			
				|  |  | @@ -51450,29 +51450,17 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Over-Overcompressed", | 
		
	
		
			
			|  |  |  | height: math.unit(8, "feet") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Overcompressed", | 
		
	
		
			
			|  |  |  | height: math.unit(32, "feet") | 
		
	
		
			
			|  |  |  | name: "Smallest", | 
		
	
		
			
			|  |  |  | height: math.unit(18 + 3/12, "feet") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Compressed", | 
		
	
		
			
			|  |  |  | height: math.unit(128, "feet"), | 
		
	
		
			
			|  |  |  | name: "Modest", | 
		
	
		
			
			|  |  |  | height: math.unit(56 + 8/12, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Half-Compressed", | 
		
	
		
			
			|  |  |  | height: math.unit(512, "feet") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Quarter-Compressed", | 
		
	
		
			
			|  |  |  | height: math.unit(2048, "feet") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Uncompressed?", | 
		
	
		
			
			|  |  |  | height: math.unit(8192, "feet") | 
		
	
		
			
			|  |  |  | name: "Largest", | 
		
	
		
			
			|  |  |  | height: math.unit(3590, "feet") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
	
		
			
				|  |  | 
 |