OSDN Git Service

Merge pull request #1192 from hengband/feature/3.0.0Alpha26
[hengbandforosx/hengbandosx.git] / src / status / body-improvement.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct player_type player_type;
6 bool set_protevil(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
7 bool set_invuln(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
8 bool set_tim_regen(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
9 bool set_tim_reflect(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
10 bool set_pass_wall(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);