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

#include "h-basic.hpp"
#include "monster_type_fwd.hpp"

extern int monst_spell_monst_spell;
bool mon_take_hit_mon(int s_idx, int m_idx, int dam, const char *note);
void mon_handle_fear(monster_type *m_ptr, int dam, bool *fear);
int check_hit2(int power, int level, int ac);
void process_monsters();
void curse_equipment(int chance, int heavy_chance);
void curse_equipment_dg(int chance, int heavy_chance);