OSDN Git Service

[Fix] #41484 装備変更時、器用さ修正がACに即時反映されない
[hengband/hengband.git] / src / perception / simple-perception.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "object-enchant/item-feeling.h"
5
6 void sense_inventory1(player_type* creature_ptr);
7 void sense_inventory2(player_type* creature_ptr);
8 item_feel_type pseudo_value_check_heavy(object_type *o_ptr);
9 item_feel_type pseudo_value_check_light(object_type *o_ptr);