OSDN Git Service

Merge pull request #429 from iks3/fix-display-lore-exp-with-format
[hengbandforosx/hengbandosx.git] / src / mind / mind-ninja.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "player-attack/player-attack-util.h"
5
6 bool kawarimi(player_type *caster_ptr, bool success);
7 bool rush_attack(player_type *attacker_ptr, bool *mdeath);
8 void process_surprise_attack(player_type *attacker_ptr, player_attack_type *pa_ptr);
9 void print_surprise_attack(player_attack_type *pa_ptr);
10 void calc_surprise_attack_damage(player_type *attacker_ptr, player_attack_type *pa_ptr);
11 bool hayagake(player_type *creature_ptr);
12 bool set_superstealth(player_type *creature_ptr, bool set);
13
14 typedef enum mind_ninja_type mind_ninja_type;
15 bool cast_ninja_spell(player_type *caster_ptr, mind_ninja_type spell);