|  |  | @@ -56463,7 +56463,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Licos", species: ["werewolf"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { name: "Licos", species: ["werewolf"], tags: ["anthro", "taur"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(4, "meters"), | 
		
	
	
		
			
				|  |  | @@ -56473,16 +56473,46 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | source: "./media/characters/licos/front.svg", | 
		
	
		
			
			|  |  |  | extra: 1727/1604, | 
		
	
		
			
			|  |  |  | bottom: 101/1828 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "anthro", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | taur_side: { | 
		
	
		
			
			|  |  |  | height: math.unit(20, "meters"), | 
		
	
		
			
			|  |  |  | weight: math.unit(1100000, "kg"), | 
		
	
		
			
			|  |  |  | name: "Side", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/licos/taur.svg", | 
		
	
		
			
			|  |  |  | extra: 1158/1091, | 
		
	
		
			
			|  |  |  | bottom: 80/1238 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "taur", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(4, "meters"), | 
		
	
		
			
			|  |  |  | default: true, | 
		
	
		
			
			|  |  |  | form: "anthro" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(20, "meters"), | 
		
	
		
			
			|  |  |  | default: true, | 
		
	
		
			
			|  |  |  | form: "taur" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | "anthro": { | 
		
	
		
			
			|  |  |  | name: "Anthro", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | "taur": { | 
		
	
		
			
			|  |  |  | name: "Taur", | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
	
		
			
				|  |  | 
 |