DIFF

TelnyashkaShirt.c

class TelnyashkaShirt extends Top_Base
{
	override void SetActions()
	{
		super.SetActions();
		AddAction(ActionWringClothes);
	}
};