DIFF

LeatherSewingKit.c

class LeatherSewingKit: Inventory_Base
{
	override void SetActions()
	{
		super.SetActions();
		AddAction(ActionRepairShelter);
	}
};