|  |  | @@ -4,6 +4,7 @@ import { MalePronouns, ProperNoun, Verb } from '../language' | 
		
	
		
			
			|  |  |  | import { Stomach, Bowels, Cock, Balls, anyVore, biconnectContainers, Tail } from '../vore' | 
		
	
		
			
			|  |  |  | import { AttackAction, TransferAction, FeedAction, WillingTransferAction } from '../combat/actions' | 
		
	
		
			
			|  |  |  | import { VoreAI } from '../ai' | 
		
	
		
			
			|  |  |  | import { LogLine } from '../interface' | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | export class Taluthus extends Creature { | 
		
	
		
			
			|  |  |  | constructor () { | 
		
	
	
		
			
				|  |  | @@ -92,9 +93,11 @@ export class Taluthus extends Creature { | 
		
	
		
			
			|  |  |  | cock | 
		
	
		
			
			|  |  |  | ) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | // this.containers.push(balls) | 
		
	
		
			
			|  |  |  | // this.containers.push(cock) | 
		
	
		
			
			|  |  |  | this.containers.push(balls) | 
		
	
		
			
			|  |  |  | this.containers.push(cock) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | biconnectContainers(cock, balls) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | this.destroyLine = victim => new LogLine(`${victim.name.capital} ${victim.name.conjugate(new Verb("yeet"))}`) | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | } |