OSDN Git Service

Reworded English description for sniper's exploding arrow ability.
[hengband/hengband.git] / src / artifact / artifact-info.h
1 #pragma once
2
3 #include "object-enchant/activation-info-table.h"
4 #include "system/angband.h"
5
6 int activation_index(player_type *player_ptr, object_type *o_ptr);
7 const activation_type *find_activation_info(player_type *player_ptr, object_type *o_ptr);