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