OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.git] / src / object-enchant / object-curse.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 BIT_FLAGS get_curse(player_type *owner_ptr, int power, object_type *o_ptr);
6 void curse_equipment(player_type *owner_ptr, PERCENTAGE chance, PERCENTAGE heavy_chance);