OSDN Git Service

Reworded English description for sniper's exploding arrow ability.
[hengband/hengband.git] / src / mind / mind-mindcrafter.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool psychometry(player_type *caster_ptr);
6
7 typedef enum mind_mindcrafter_type mind_mindcrafter_type;
8 bool cast_mindcrafter_spell(player_type *caster_ptr, mind_mindcrafter_type spell);