|  |  | @@ -2172,6 +2172,10 @@ const speciesData = { | 
		
	
		
			
			|  |  |  | name: "Eastern Cottontail Rabbit", | 
		
	
		
			
			|  |  |  | parents: ["rabbit"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "thresher-shark": { | 
		
	
		
			
			|  |  |  | name: "Thresher Shark", | 
		
	
		
			
			|  |  |  | parents: ["shark"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //species | 
		
	
	
		
			
				|  |  | @@ -57301,6 +57305,29 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Wireshark", species: ["thresher-shark"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(1.58, "meters"), | 
		
	
		
			
			|  |  |  | weight: math.unit(47, "kg"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/wireshark/front.svg", | 
		
	
		
			
			|  |  |  | extra: 883/838, | 
		
	
		
			
			|  |  |  | bottom: 66/949 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(1.58, "meters"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |