|  | @@ -314,14 +314,14 @@ namespace GFGGame
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              this.showListParts2(suitId);
 | 
	
		
			
				|  |  |              this.hideListParts();
 | 
	
		
			
				|  |  | +            MyDressUpHelper.dressUpObj.TakeOffAll();
 | 
	
		
			
				|  |  |              if (showAction)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |                  MyDressUpHelper.dressUpObj.PutOnSuitCfg(suitId, true);
 | 
	
		
			
				|  |  | -                MyDressUpHelper.dressUpObj.PutOnAction(suitId);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                MyDressUpHelper.dressUpObj.CancelAction();
 | 
	
		
			
				|  |  |                  MyDressUpHelper.dressUpObj.PutOnSuitCfg(suitId, false);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 |