|  |  | @@ -64936,6 +64936,41 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Lydia Lopez", species: ["shark"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | dressed: { | 
		
	
		
			
			|  |  |  | height: math.unit(6, "feet"), | 
		
	
		
			
			|  |  |  | name: "Dressed", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/lydia-lopez/dressed.svg", | 
		
	
		
			
			|  |  |  | extra: 1319/1277, | 
		
	
		
			
			|  |  |  | bottom: 90/1409 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | nude: { | 
		
	
		
			
			|  |  |  | height: math.unit(6, "feet"), | 
		
	
		
			
			|  |  |  | name: "Nude", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/lydia-lopez/nude.svg", | 
		
	
		
			
			|  |  |  | extra: 1319/1277, | 
		
	
		
			
			|  |  |  | bottom: 90/1409 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(6, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Maximum", | 
		
	
		
			
			|  |  |  | height: math.unit(2101, "feet") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |