|  | @ -343,7 +343,6 @@ class Modifier { | 
			
		
	
		
		
			
				
					|  |  |             modify.toModifications() |  |  |             modify.toModifications() | 
			
		
	
		
		
			
				
					|  |  |                 .forEach(e => this._modifications[e.key] = e.value); |  |  |                 .forEach(e => this._modifications[e.key] = e.value); | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |             return this; |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         } else { |  |  |         } else { | 
			
		
	
		
		
			
				
					|  |  |             let modSub = new BorderChain(this); |  |  |             let modSub = new BorderChain(this); | 
			
		
	
		
		
			
				
					|  |  |             if (Number.isInteger(modify) && modify > 0) { |  |  |             if (Number.isInteger(modify) && modify > 0) { | 
			
		
	
	
		
		
			
				
					|  | @ -351,6 +350,7 @@ class Modifier { | 
			
		
	
		
		
			
				
					|  |  |             } |  |  |             } | 
			
		
	
		
		
			
				
					|  |  |             return modSub; |  |  |             return modSub; | 
			
		
	
		
		
			
				
					|  |  |         } |  |  |         } | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         return this; | 
			
		
	
		
		
			
				
					|  |  |     } |  |  |     } | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     /** |  |  |     /** | 
			
		
	
	
		
		
			
				
					|  | 
 |