OSDN Git Service

[Implement] ウサウサストライカー召喚処理を追加
[hengbandforosx/hengbandosx.git] / src / system / monster-race-info.h
index 8cc156d..8b3ecbd 100644 (file)
@@ -151,6 +151,7 @@ public:
     bool is_explodable() const;
     std::string get_died_message() const;
     void kill_unique();
+    std::string get_pronoun_of_summoned_kin() const;
 };
 
 class MonraceList {