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

#include "h-basic.h"

struct random_quest
{
	byte type;              /* Type/number of monsters to kill(0 = no quest) */
	s16b r_idx;             /* Monsters to crush */
	bool done;              /* Done? */
};