OSDN Git Service

[Refactor] #37353 Adjusted inclusion relationship in combat/; notes: unified English...
[hengband/hengband.git] / src / combat / hallucination-attacks-table.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 // 幻覚時のジョークメッセージ最大数 / Hallucination stuff.
6 #define MAX_SILLY_ATTACK _(41, 29)
7
8 extern const concptr silly_attacks[MAX_SILLY_ATTACK];
9 #ifdef JP
10 extern const concptr silly_attacks2[MAX_SILLY_ATTACK];
11 #endif