OSDN Git Service

[Fix] #40810 ひとまず spell_RF5_SCARE() の恐怖耐性計算ミスを修正. / Corrected the fear resistance...
[hengband/hengband.git] / src / mspell / mspell-breath.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 HIT_POINT spell_RF4_BREATH(player_type* target_ptr, int GF_TYPE, POSITION y, POSITION x, MONSTER_IDX m_idx, MONSTER_IDX t_idx, int TARGET_TYPE);