OSDN Git Service

[Fix] 投げたオブジェクトの軌跡が残る
[hengband/hengband.git] / src / status / body-improvement.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool set_protevil(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
6 bool set_invuln(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
7 bool set_tim_regen(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
8 bool set_tim_reflect(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
9 bool set_pass_wall(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);