OSDN Git Service

[Refactor] #968 Separated make_choice_lower() from get_mind_power()
[hengbandforosx/hengbandosx.git] / src / mind / mind-power-getter.h
index 441e7bf..807a76c 100644 (file)
@@ -37,4 +37,5 @@ private:
     void calculate_mind_chance(bool *has_weapon); // 配列.
     void calculate_ki_chance(bool *has_weapon); // 配列.
     void add_ki_chance();
+    void make_choice_lower();
 };