summaryrefslogtreecommitdiff
path: root/src/store_action_type.hpp
blob: 048e13a0fdb5d0f7b977889a3355d14fbfa8a4da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "h-basic.h"

/**
 * Store/building actions.
 */
struct store_action_type
{
	const char *name;               /* Name */

	s16b costs[3];                  /* Costs for liked people */
	char letter;                    /* Action letter */
	char letter_aux;                /* Action letter */
	s16b action;                    /* Action code */
	s16b action_restr;              /* Action restriction */
};