mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-04-28 11:25:11 +01:00
11 lines
168 B
C
11 lines
168 B
C
#ifndef CULTS_H
|
|
#define CULTS_H
|
|
|
|
#define GOAT_CULT 1
|
|
#define FLAME_CULT 2
|
|
#define SOTH_CULT 3
|
|
#define RAT_CULT 4
|
|
|
|
#define MAX_CULTS 10
|
|
|
|
#endif /* CULTS_H */
|