summaryrefslogtreecommitdiff
path: root/src/alchemist_recipe.hpp
blob: e87531f615481a98f94e521a2ad253346d73afb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "h-basic.h"

struct alchemist_recipe
{
	int     sval_essence;
	byte	tval;
	byte	sval;
	byte	qty;
};