|  |  | @@ -53832,6 +53832,37 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Nakisha", species: ["sabertooth-tiger", "leopard"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | dressed: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 9/12, "feet"), | 
		
	
		
			
			|  |  |  | name: "Dressed", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/nakisha/dressed.svg", | 
		
	
		
			
			|  |  |  | extra: 1909/1757, | 
		
	
		
			
			|  |  |  | bottom: 48/1957 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | nude: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 9/12, "feet"), | 
		
	
		
			
			|  |  |  | name: "Nude", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/nakisha/nude.svg", | 
		
	
		
			
			|  |  |  | extra: 1917/1765, | 
		
	
		
			
			|  |  |  | bottom: 34/1951 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 9/12, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |