mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2024-11-24 10:15:12 +00: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 */
|