OSDN Git Service

Reworded English description of the sniper's SP_PIERCE ability.
[hengband/hengband.git] / src / mspell / high-resistance-checker.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct msr_type msr_type;
6 void add_cheat_remove_flags_others(player_type *target_ptr, msr_type *msr_ptr);
7 void check_high_resistances(player_type *target_ptr, msr_type *msr_ptr);