|  |  | @@ -1887,6 +1887,11 @@ function digest_paws() { | 
		
	
		
			
			|  |  |  | digest_all(macro.pawsVore); | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function crop_swallow() | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | digest_all(macro.crop); | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function feed() | 
		
	
		
			
			|  |  |  | { | 
		
	
	
		
			
				|  |  | @@ -4127,6 +4132,10 @@ function startGame(e) { | 
		
	
		
			
			|  |  |  | enable_button("digest_stomach"); | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | if (macro.cropEnabled && macro.cropTransferTime == 0) { | 
		
	
		
			
			|  |  |  | enable_button("crop_swallow"); | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | enable_panel("paws"); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | enable_button("stomp"); | 
		
	
	
		
			
				|  |  | 
 |