OSDN Git Service

[Fix] #41365 英語版において、SLAY_ANIMALとKILL_EVILが逆になっていたのを修正 / Resolved the issue that...
[hengband/hengband.git] / src / cmd-item / cmd-usestaff.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int staff_effect(player_type *creature_ptr, OBJECT_SUBTYPE_VALUE sval, bool *use_charge, bool powerful, bool magic, bool known);
6 void exe_use_staff(player_type *creature_ptr, INVENTORY_IDX item);
7 void do_cmd_use_staff(player_type *creature_ptr);