|  |  | @ -429,7 +429,7 @@ public class Warehouse { | 
			
		
	
		
		
			
				
					
					|  |  |  |             return false; |  |  |  |             return false; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (addToInventory) |  |  |  |         if (addToInventory) | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (!itemMan.hasRoomInventory(template.item_wt * amount)) { |  |  |  |             if (!itemMan.hasRoomInventory(template.item_wt)) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 ChatManager.chatSystemInfo(playerCharacter, "You can not carry any more of that item."); |  |  |  |                 ChatManager.chatSystemInfo(playerCharacter, "You can not carry any more of that item."); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 return false; |  |  |  |                 return false; | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |