|  |  | @@ -11403,27 +11403,12 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Mekuto", species: ["red-panda", "kitsune"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(6, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(300, "lb"), | 
		
	
		
			
			|  |  |  | height: math.unit(5 + 10/12, "feet"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/mekuto/front.svg", | 
		
	
		
			
			|  |  |  | extra: 921 / 832, | 
		
	
		
			
			|  |  |  | bottom: 0.03 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | hand: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 / 10.24, "feet"), | 
		
	
		
			
			|  |  |  | name: "Hand", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/mekuto/hand.svg" | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | foot: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 / 5.05, "feet"), | 
		
	
		
			
			|  |  |  | name: "Foot", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/mekuto/foot.svg" | 
		
	
		
			
			|  |  |  | extra: 875/835, | 
		
	
		
			
			|  |  |  | bottom: 46/921 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
	
		
			
				|  |  | @@ -11438,7 +11423,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(5 + 11 / 12, "feet"), | 
		
	
		
			
			|  |  |  | height: math.unit(5 + 10 / 12, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
	
		
			
				|  |  | 
 |